ee74dcd9ee
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>
25 lines
797 B
Diff
25 lines
797 B
Diff
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="\
|