[Buildroot] [git commit] package/libraw: Remove /usr/local from configure.ac

Peter Korsgaard peter at korsgaard.com
Sun Jan 31 13:20:36 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=7f81111da0b14768039658508abcd47c5a98d45c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Build fails with BR2_COMPILER_PARANOID_UNSAFE_PATH=y

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 ...emove-paths-which-break-cross-compilation.patch | 29 ++++++++++++++++++++++
 package/libraw/libraw.mk                           |  2 ++
 2 files changed, 31 insertions(+)

diff --git a/package/libraw/0001-Remove-paths-which-break-cross-compilation.patch b/package/libraw/0001-Remove-paths-which-break-cross-compilation.patch
new file mode 100644
index 0000000..0f0eee1
--- /dev/null
+++ b/package/libraw/0001-Remove-paths-which-break-cross-compilation.patch
@@ -0,0 +1,29 @@
+From 1f9c2ebc9c65e8ce7fdbece55d578cf00c6c4b46 Mon Sep 17 00:00:00 2001
+From: Bernd Kuhls <bernd.kuhls at t-online.de>
+Date: Sat, 30 Jan 2016 17:06:04 +0100
+Subject: [PATCH 1/1] Remove paths which break cross-compilation
+
+Patch sent upstream: https://github.com/LibRaw/LibRaw/pull/57
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
+---
+ configure.ac | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 9bb07b2..78064d9 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -16,9 +16,6 @@ AC_SUBST(LIBTOOL_DEPS)
+ 
+ # Config files to generate
+ 
+-CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+-LDFLAGS="$LDFLAGS -L/usr/local/lib"
+-
+ AC_CONFIG_FILES([
+ 	Makefile
+ 	libraw.pc
+-- 
+2.7.0.rc3
+
diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
index 2f8643d..a4ab92f 100644
--- a/package/libraw/libraw.mk
+++ b/package/libraw/libraw.mk
@@ -8,6 +8,8 @@ LIBRAW_VERSION = 0.17.1
 LIBRAW_SOURCE = LibRaw-$(LIBRAW_VERSION).tar.gz
 LIBRAW_SITE = http://www.libraw.org/data
 LIBRAW_INSTALL_STAGING = YES
+# we patch configure.ac
+LIBRAW_AUTORECONF = YES
 LIBRAW_CONF_OPTS += \
 	--disable-examples \
 	--disable-lcms \


More information about the buildroot mailing list