Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50687 - trunk/libs/config/test
From: john_at_[hidden]
Date: 2009-01-20 12:22:47


Author: johnmaddock
Date: 2009-01-20 12:22:47 EST (Tue, 20 Jan 2009)
New Revision: 50687
URL: http://svn.boost.org/trac/boost/changeset/50687

Log:
Try and fix linux regressions
Text files modified:
   trunk/libs/config/test/Jamfile.v2 | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/config/test/Jamfile.v2
==============================================================================
--- trunk/libs/config/test/Jamfile.v2 (original)
+++ trunk/libs/config/test/Jamfile.v2 2009-01-20 12:22:47 EST (Tue, 20 Jan 2009)
@@ -21,6 +21,8 @@
           : #input-files
           : #requirements
           <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static
+ <target-os>linux:<linkflags>-lpthread
+ <target-os>linux:<linkflags>-lrt
     ]
      [ run config_info.cpp : : : <test-info>always_show_run_output <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ]
      [ run config_info.cpp : : : <test-info>always_show_run_output <threading>multi : config_info_threaded ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk