1 From 1f9c2ebc9c65e8ce7fdbece55d578cf00c6c4b46 Mon Sep 17 00:00:00 2001
2 From: Bernd Kuhls <bernd.kuhls@t-online.de>
3 Date: Sat, 30 Jan 2016 17:06:04 +0100
4 Subject: [PATCH 1/1] Remove paths which break cross-compilation
6 Patch sent upstream: https://github.com/LibRaw/LibRaw/pull/57
8 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
11 1 file changed, 3 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index 9bb07b2..78064d9 100644
17 @@ -16,9 +16,6 @@ AC_SUBST(LIBTOOL_DEPS)
19 # Config files to generate
21 -CPPFLAGS="$CPPFLAGS -I/usr/local/include"
22 -LDFLAGS="$LDFLAGS -L/usr/local/lib"