diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-03 13:24:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-03 13:24:44 +0100 |
commit | a1af7af7aa1ebd4d8fd76a1a5c9d8b46a43b53fd (patch) | |
tree | 6250291beb0ed0d993132a899167ab05be33bd7b /debian/patches/01-zlib.patch | |
parent | 80718a1e12c6eb5429ae84c1d7e78f9bb4a19b14 (diff) |
Refresh debian/patches/01-zlib.patch
Diffstat (limited to 'debian/patches/01-zlib.patch')
-rw-r--r-- | debian/patches/01-zlib.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/01-zlib.patch b/debian/patches/01-zlib.patch index 9491a70..93916d6 100644 --- a/debian/patches/01-zlib.patch +++ b/debian/patches/01-zlib.patch @@ -6,7 +6,7 @@ Index: trunk/configure.ac =================================================================== --- trunk.orig/configure.ac +++ trunk/configure.ac -@@ -38,6 +38,7 @@ AM_CONDITIONAL(HAVE_COLORD, test $have_c +@@ -43,6 +43,7 @@ AM_CONDITIONAL(HAVE_PACKAGEKIT, test $ha AC_CHECK_HEADERS([sane/sane.h],[],[AC_MSG_ERROR([SANE not found])]) AC_CHECK_HEADERS([sane/saneopts.h],[],[AC_MSG_ERROR([SANE not found])]) @@ -18,9 +18,9 @@ Index: trunk/src/Makefile.am =================================================================== --- trunk.orig/src/Makefile.am +++ trunk/src/Makefile.am -@@ -47,6 +47,7 @@ simple_scan_LDADD = \ - $(SIMPLE_SCAN_LIBS) \ +@@ -57,6 +57,7 @@ simple_scan_LDADD = \ $(COLORD_LIBS) \ + $(PACKAGEKIT_LIBS) \ -lsane \ + -lz \ -lm |