From 12eee32d2ae95db751ae8310afda70a1d6f017b1 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 1 Aug 2008 17:26:32 +0000 Subject: [PATCH] Do not link to -ldl on *BSD. [SVN r47935] --- src/tools/python.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/python.jam b/src/tools/python.jam index bccc98f0f..b6a7022de 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -650,6 +650,7 @@ local rule system-library-dependencies ( target-os ) case windows : return ; case hpux : return rt ; + case *bsd : return pthread gcc:util ; case aix : return pthread dl ;