From 00b6864bd27cf5c7b0429f73246128552f5fce2c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 25 Jan 2009 10:39:29 +0000 Subject: [PATCH] Try and fix *BSD linking errors. [SVN r50760] --- test/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 58b2904f..59a88359 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -23,6 +23,8 @@ test-suite config single msvc:static msvc:static linux:-lpthread linux:-lrt + freebsd:-lpthread + bsd:-lpthread ] [ run config_info.cpp : : : always_show_run_output single msvc:static msvc:static ] [ run config_info.cpp : : : always_show_run_output multi : config_info_threaded ]