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

Removed libz from extra libs on Tru64.

[SVN r35414]
This commit is contained in:
Markus Schöpflin
2006-09-29 13:29:30 +00:00
parent 46c060d7d4
commit e999a2afd4

View File

@@ -258,7 +258,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
case OSF :
{
extra-libs = pthread z ;
extra-libs = pthread ;
extra-libs-conditional = <toolset>gcc:<source>rt ;
}