Blame view

buildroot/buildroot-2016.08.1/package/libraw/0001-Remove-paths-which-break-cross-compilation.patch 714 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  From 1f9c2ebc9c65e8ce7fdbece55d578cf00c6c4b46 Mon Sep 17 00:00:00 2001
  From: Bernd Kuhls <bernd.kuhls@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@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