diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-10-06 17:05:26 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-07 12:26:02 +0200 |
commit | 1e049d1a908caa24f60bac9e39b2147de6f2d9dd (patch) | |
tree | d25cf98104d6031138ce65efbced3ac33eed5851 /package/sane-backends/0003-remove-cups-and-systemd-support.patch | |
parent | dc0f639658a8f5ae75748d362a40fbbbc5f94cfb (diff) | |
download | buildroot-1e049d1a908caa24f60bac9e39b2147de6f2d9dd.tar.gz buildroot-1e049d1a908caa24f60bac9e39b2147de6f2d9dd.zip |
sane-backends: bump to version 1.0.25
- Bump version to 1.0.25
- Update hash file. The hash value provided by the alioth.debian.org URL
is wrong, so use the one provided by www.sane-project.org. I have
reported this upstream.
- Remove unnecessary patches:
0002-remove-unsafe-headers-path.patch
0003-remove-cups-and-systemd-support.patch
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sane-backends/0003-remove-cups-and-systemd-support.patch')
-rw-r--r-- | package/sane-backends/0003-remove-cups-and-systemd-support.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/package/sane-backends/0003-remove-cups-and-systemd-support.patch b/package/sane-backends/0003-remove-cups-and-systemd-support.patch deleted file mode 100644 index e9a637ee5d..0000000000 --- a/package/sane-backends/0003-remove-cups-and-systemd-support.patch +++ /dev/null @@ -1,56 +0,0 @@ -These tests use absolute directories and host leakage is granted -when cups and systemd are around. In fact there's no way these could work -in any predictable manner. - -CUPS support was in fact disabled upstream since it's not required -in commit efb04936b8ad3bf313c289a522ae5832e22c1b7e - -And for systemd we never handled it properly anyway. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura sane-backends-1.0.24.orig/configure sane-backends-1.0.24/configure ---- sane-backends-1.0.24.orig/configure 2015-05-01 09:51:19.479785064 -0300 -+++ sane-backends-1.0.24/configure 2015-05-01 10:08:49.834447226 -0300 -@@ -9649,33 +9649,6 @@ - - fi - --$as_echo "checking for cups" --if test -e /usr/include/cups/cups.h ; then -- --$as_echo "#define HAVE_CUPS 1" >>confdefs.h -- -- with_cups="yes" -- LIBS="-lcups $LIBS" --else -- $as_echo "cups.h not found, you may want to install a cups development package" -- $as_echo "in order to autodetect network scanners in kodakaio." -- with_cups="no" --fi -- --$as_echo_n "Checking for systemd..." --if test -e /usr/include/systemd/sd-daemon.h ; then -- --$as_echo "#define HAVE_SYSTEMD 1" >>confdefs.h -- -- with_systemd="yes" -- SYSTEMD_LIBS=" -lsystemd-daemon" -- -- $as_echo "yes" --else -- with_systemd="no" -- $as_echo "no" --fi -- - - # Check whether --enable-libusb_1_0 was given. - if test "${enable_libusb_1_0+set}" = set; then : -@@ -21180,7 +21153,6 @@ - echo "IPv6 support: `eval eval echo ${ipv6}`" - echo "Avahi support: `eval eval echo ${enable_avahi}`" - echo "SNMP support: `eval eval echo ${with_snmp}`" --echo "CUPS support: `eval eval echo ${with_cups}`" - echo "-> The following backends will be built:" - for backend in ${BACKENDS} ; do - echo $ECHO_N "${backend} " |