diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-05-01 10:40:47 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 16:22:39 +0200 |
commit | ee74dcd9eec27891300dbed6f3652f2b18e4d5fd (patch) | |
tree | af4e908b7bcf9b79de01af8c1deea3a6cd4a4c89 /package/sane-backends/0003-remove-unsafe-headers-path.patch | |
parent | 5c612d9b178e49eb3edad53e6f3615f1e8747223 (diff) | |
download | buildroot-ee74dcd9eec27891300dbed6f3652f2b18e4d5fd.tar.gz buildroot-ee74dcd9eec27891300dbed6f3652f2b18e4d5fd.zip |
sane-backends: bump to version 1.0.24
Bump sane-backends to a "modern" 1.0.24 version.
Tweak the patches to avoid autoreconf (it doesn't seem to be happy for
me in gentoo).
Disable cups support (checks are wrong and it's no longer required).
Disable systemd support (checks are wrong and we never accounted for
this).
Should fix wine failure (i was unable to build sane-backends before):
http://autobuild.buildroot.net/results/d01/d01a3c7786df8cfd962a27f39283851db45c6165/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sane-backends/0003-remove-unsafe-headers-path.patch')
-rw-r--r-- | package/sane-backends/0003-remove-unsafe-headers-path.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/sane-backends/0003-remove-unsafe-headers-path.patch b/package/sane-backends/0003-remove-unsafe-headers-path.patch deleted file mode 100644 index 29b8d0443a..0000000000 --- a/package/sane-backends/0003-remove-unsafe-headers-path.patch +++ /dev/null @@ -1,28 +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> ---- - configure.in | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/configure.in b/configure.in -index a8fc950..93a4b77 100644 ---- a/configure.in -+++ b/configure.in -@@ -82,7 +82,6 @@ AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes) - dnl *********************************************************************** - dnl set compiler/linker flags - dnl *********************************************************************** --INCLUDES="${INCLUDES} -I/usr/local/include" - AC_SUBST(INCLUDES) - SANE_SET_CFLAGS([$is_release]) - SANE_SET_LDFLAGS --- -1.9.3 - |