aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/pythonmodule-pil/Imaging-1.1.7-bz2-link.patch
blob: de284045a5094b7e8b49242e6005095f4dd2af50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 5872f72..372eeaa 100644
--- a/setup.py
+++ b/setup.py
@@ -293,7 +293,7 @@ class pil_build_ext(build_ext):
             if feature.freetype_version == 20:
                 defs.append(("USE_FREETYPE_2_0", None))
             exts.append(Extension(
-                "_imagingft", ["_imagingft.c"], libraries=["freetype"],
+                "_imagingft", ["_imagingft.c"], libraries=["freetype", "bz2", "z"],
                 define_macros=defs
                 ))