diff options
Diffstat (limited to 'debian/patches/0005-zlib.patch')
-rw-r--r-- | debian/patches/0005-zlib.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0005-zlib.patch b/debian/patches/0005-zlib.patch index 0fda723..3e1fb0a 100644 --- a/debian/patches/0005-zlib.patch +++ b/debian/patches/0005-zlib.patch @@ -20,7 +20,7 @@ Index: trunk/src/Makefile.am +++ trunk/src/Makefile.am @@ -57,6 +57,7 @@ simple_scan_LDADD = \ $(COLORD_LIBS) \ - $(PACKAGEKIT_LIBS) \ + $(PACKAGEKIT_LIBS) \ -lsane \ + -lz \ -lm |