From e999a2afd4d27d323df54cb1925f543afff02840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Fri, 29 Sep 2006 13:29:30 +0000 Subject: [PATCH] Removed libz from extra libs on Tru64. [SVN r35414] --- v2/tools/python.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 836a6edf6..c3451a76b 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -258,7 +258,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * ) case OSF : { - extra-libs = pthread z ; + extra-libs = pthread ; extra-libs-conditional = gcc:rt ; }