2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Do not link to -ldl on *BSD.

[SVN r47935]
This commit is contained in:
Vladimir Prus
2008-08-01 17:26:32 +00:00
parent a7aec314cb
commit 12eee32d2a

View File

@@ -650,6 +650,7 @@ local rule system-library-dependencies ( target-os )
case windows : return ;
case hpux : return <library>rt ;
case *bsd : return <library>pthread <toolset>gcc:<library>util ;
case aix : return <library>pthread <library>dl ;