ncftp: bump version to 3.2.6
[buildroot-gz.git] / package / libraw / 0001-Remove-paths-which-break-cross-compilation.patch
blob0f0eee1a64c435ed2288eca18934310684d72ef2
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>
9 ---
10 configure.ac | 3 ---
11 1 file changed, 3 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index 9bb07b2..78064d9 100644
15 --- a/configure.ac
16 +++ b/configure.ac
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"
24 AC_CONFIG_FILES([
25 Makefile
26 libraw.pc
27 --
28 2.7.0.rc3