From 913c8a1153d9fb0de4c1bcd5fbcf07ac0f4f7d83 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] --- v2/tools/python.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index bccc98f0f..b6a7022de 100644 --- a/v2/tools/python.jam +++ b/v2/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 ;