From 7f2e168421c3cd928a31a52a8b5afe97e931d3ba Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 6 Sep 2012 20:22:11 +0200 Subject: boost, orcus: disable bizarre "auto link" feature for MSVC: Boost apparently uses a MSVC auto-link feature to cause MSVC to request a static library with a very particular name; disable this and remove the associated ugly workarounds boost/Package_boost*.mk. (Another alternative better than Package_boost*.mk would be to just mangle the static library name in RepositoryFixes.mk) Change-Id: Iea91f9978da00d89d2a696f3cdd090a85cea8e64 --- boost/Module_boost.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'boost/Module_boost.mk') diff --git a/boost/Module_boost.mk b/boost/Module_boost.mk index 45677ff5f521..b9da8a733a63 100644 --- a/boost/Module_boost.mk +++ b/boost/Module_boost.mk @@ -18,8 +18,6 @@ $(eval $(call gb_Module_add_targets,boost,\ ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,boost,\ - Package_boostdatetime \ - Package_boostthread \ StaticLibrary_boostthread \ )) endif -- cgit v1.2.3