Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86a2473

Browse files
committed
Added libz to the agg_flags after having problems importing _image on
Solaris due to unresolved symbols in libz. svn path=/trunk/matplotlib/; revision=255
1 parent 44b20fb commit 86a2473

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def add_agg_flags(module):
8080

8181
# before adding the freetype flags since -z comes later
8282
module.libraries.append('png')
83+
module.libraries.append('z')
8384
add_base_flags(module)
8485
module.include_dirs.extend(['src','agg2/include'])
8586

0 commit comments

Comments
 (0)