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/0002-remove-unsafe-headers-path.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/0002-remove-unsafe-headers-path.patch')
-rw-r--r-- | package/sane-backends/0002-remove-unsafe-headers-path.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/sane-backends/0002-remove-unsafe-headers-path.patch b/package/sane-backends/0002-remove-unsafe-headers-path.patch deleted file mode 100644 index 6217b0adb6..0000000000 --- a/package/sane-backends/0002-remove-unsafe-headers-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 3c03e4b81c9de73e57a56029f7f8cda8bec24e91 Mon Sep 17 00:00:00 2001 -From: Romain Naour <romain.naour@openwide.fr> -Date: Sat, 10 Jan 2015 15:48:21 +0100 -Subject: [PATCH] configure.in: remove unsafe headers path - -Forcing /usr/local/include headers path in CFLAGS is unsafe for -cross-compilation. - -Signed-off-by: Romain Naour <romain.naour@openwide.fr> -[Gustavo: update to just patch configure and avoid an autoreconf] ---- - -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 09:51:48.411767378 -0300 -@@ -5192,8 +5192,6 @@ - fi - - --INCLUDES="${INCLUDES} -I/usr/local/include" -- - - if test "${ac_cv_c_compiler_gnu}" = "yes"; then - NORMAL_CFLAGS="\ |