Blame SOURCES/boost-1.58.0-pool-test_linking.patch

e1f61e
diff -up boost_1_58_0/libs/pool/test/Jamfile.v2\~ boost_1_58_0/libs/pool/test/Jamfile.v2
e1f61e
--- boost_1_57_0/libs/pool/test/Jamfile.v2~	2015-07-17 11:36:16.362519826 +0100
e1f61e
+++ boost_1_57_0/libs/pool/test/Jamfile.v2	2015-07-17 11:37:38.858847388 +0100
e1f61e
@@ -28,17 +28,17 @@
e1f61e
 local Werr = <toolset>gcc:<warnings-as-errors>on <toolset>msvc:<warnings-as-errors>on ;
e1f61e
 
e1f61e
 test-suite pool :
e1f61e
-    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 ]
e1f61e
-    [ run test_pool_alloc.cpp : : : $(Werr) ]
e1f61e
-    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 ]
e1f61e
-    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) ]
e1f61e
-    [ run test_bug_3349.cpp : : : $(Werr) ]
e1f61e
-    [ run test_bug_4960.cpp : : : $(Werr) ]
e1f61e
-    [ run test_bug_1252.cpp : : : $(Werr) ]
e1f61e
-    [ run test_bug_2696.cpp : : : $(Werr) ]
e1f61e
-    [ run test_bug_5526.cpp : : : $(Werr) ]
e1f61e
+    [ run test_simple_seg_storage.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4267 <library>/boost/system//boost_system ]
e1f61e
+    [ run test_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run pool_msvc_compiler_bug_test.cpp : : : $(Werr) <toolset>msvc:<cxxflags>-wd4512 <library>/boost/system//boost_system ]
e1f61e
+    [ run test_msvc_mem_leak_detect.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run test_bug_3349.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run test_bug_4960.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run test_bug_1252.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run test_bug_2696.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
+    [ run test_bug_5526.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
     [ run test_threading.cpp : : : <threading>multi <library>/boost/thread//boost_thread ]
e1f61e
-    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) ]
e1f61e
+    [ run  ../example/time_pool_alloc.cpp : : : $(Werr) <library>/boost/system//boost_system ]
e1f61e
     [ compile test_poisoned_macros.cpp : $(Werr) ]
e1f61e
 
e1f61e
 #