Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50760 - trunk/libs/config/test
From: john_at_[hidden]
Date: 2009-01-25 05:39:30


Author: johnmaddock
Date: 2009-01-25 05:39:29 EST (Sun, 25 Jan 2009)
New Revision: 50760
URL: http://svn.boost.org/trac/boost/changeset/50760

Log:
Try and fix *BSD linking errors.
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-25 05:39:29 EST (Sun, 25 Jan 2009)
@@ -23,6 +23,8 @@
           <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static
           <target-os>linux:<linkflags>-lpthread
           <target-os>linux:<linkflags>-lrt
+ <target-os>freebsd:<linkflags>-lpthread
+ <target-os>bsd:<linkflags>-lpthread
     ]
      [ 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