summaryrefslogtreecommitdiff
blob: 5bed42ab64d6d492e8e23ae103ac639c75c82d3f (plain)
1
2
3
4
5
6
7
8
9
10
--- python/setup.py.orig	2007-10-28 21:20:00.000000000 +0200
+++ python/setup.py	2007-10-28 21:20:34.000000000 +0200
@@ -122,6 +122,7 @@
       include_dirs=INC_DIRS,
       library_dirs=LIB_DIRS,
       libraries=LIBRARIES,
+      extra_link_args = ["-lz"],
       )]
   }