Index: boost_1_63_0/libs/test/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/test/build/Jamfile.v2 +++ boost_1_63_0/libs/test/build/Jamfile.v2 @@ -93,7 +93,7 @@ lib boost_test_exec_monitor : # sources $(TEST_EXEC_MON_SOURCES).cpp : # requirements - static + # static : # default build : # usage-requirements shared:BOOST_TEST_DYN_LINK=1 Index: boost_1_63_0/libs/exception/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/exception/build/Jamfile.v2 +++ boost_1_63_0/libs/exception/build/Jamfile.v2 @@ -7,7 +7,7 @@ project boost/exception : source-location ../src - : requirements static + : # requirements static ; lib boost_exception : clone_current_exception_non_intrusive.cpp ; Index: boost_1_63_0/libs/chrono/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/chrono/build/Jamfile.v2 +++ boost_1_63_0/libs/chrono/build/Jamfile.v2 @@ -99,7 +99,7 @@ project boost/chrono BOOST_SYSTEM_NO_DEPRECATED shared:BOOST_CHRONO_DYN_LINK=1 - static:BOOST_CHRONO_STATIC_LINK=1 + # static:BOOST_CHRONO_STATIC_LINK=1 gcc-3.4.4:--enable-auto-import gcc-4.3.4:--enable-auto-import gcc-4.4.0,windows:--enable-auto-import @@ -113,6 +113,6 @@ lib boost_chrono : $(SOURCES).cpp : shared:BOOST_ALL_DYN_LINK=1 # tell source we're building dll's - static:BOOST_All_STATIC_LINK=1 # tell source we're building static lib's + # static:BOOST_All_STATIC_LINK=1 # tell source we're building static lib's ; Index: boost_1_63_0/libs/system/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/system/build/Jamfile.v2 +++ boost_1_63_0/libs/system/build/Jamfile.v2 @@ -11,7 +11,7 @@ project boost/system : source-location ../src : usage-requirements # pass these requirement to dependents (i.e. users) shared:BOOST_SYSTEM_DYN_LINK=1 - static:BOOST_SYSTEM_STATIC_LINK=1 +# static:BOOST_SYSTEM_STATIC_LINK=1 ; SOURCES = error_code ; @@ -19,7 +19,7 @@ SOURCES = error_code ; lib boost_system : $(SOURCES).cpp : shared:BOOST_SYSTEM_DYN_LINK=1 - static:BOOST_SYSTEM_STATIC_LINK=1 +# static:BOOST_SYSTEM_STATIC_LINK=1 ; -boost-install boost_system ; \ No newline at end of file +boost-install boost_system ; Index: boost_1_63_0/libs/timer/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/timer/build/Jamfile.v2 +++ boost_1_63_0/libs/timer/build/Jamfile.v2 @@ -14,7 +14,7 @@ project boost/timer /boost/system//boost_system : usage-requirements # pass these requirement to dependants (i.e. users) shared:BOOST_TIMER_DYN_LINK=1 - static:BOOST_TIMER_STATIC_LINK=1 +# static:BOOST_TIMER_STATIC_LINK=1 ; SOURCES = auto_timers_construction cpu_timer ; @@ -22,7 +22,7 @@ SOURCES = auto_timers_construction cpu_t lib boost_timer : $(SOURCES).cpp : shared:BOOST_TIMER_DYN_LINK=1 - static:BOOST_TIMER_STATIC_LINK=1 +# static:BOOST_TIMER_STATIC_LINK=1 ; boost-install boost_timer ; Index: boost_1_63_0/libs/filesystem/build/Jamfile.v2 =================================================================== --- boost_1_63_0.orig/libs/filesystem/build/Jamfile.v2 +++ boost_1_63_0/libs/filesystem/build/Jamfile.v2 @@ -11,7 +11,7 @@ project boost/filesystem : source-location ../src : usage-requirements # pass these requirement to dependents (i.e. users) shared:BOOST_FILESYSTEM_DYN_LINK=1 - static:BOOST_FILESYSTEM_STATIC_LINK=1 +# static:BOOST_FILESYSTEM_STATIC_LINK=1 ; SOURCES = @@ -28,7 +28,7 @@ SOURCES = lib boost_filesystem : $(SOURCES).cpp ../../system/build//boost_system : shared:BOOST_FILESYSTEM_DYN_LINK=1 - static:BOOST_FILESYSTEM_STATIC_LINK=1 +# static:BOOST_FILESYSTEM_STATIC_LINK=1 : : # Boost.Filesystem uses some of Boost.System functions in inlined/templated # functions, so clients that use Boost.Filesystem will have direct references