Blame view

buildroot/buildroot-2016.08.1/package/zbar/0001-Fix-autoreconf-by-reducing-the-warning-error-checkin.patch 901 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
  From e593d6529cff515d94d80a24b5f3a953fd46004c Mon Sep 17 00:00:00 2001
  From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  Date: Sat, 19 Dec 2015 18:56:36 +0100
  Subject: [PATCH] Fix autoreconf by reducing the warning/error checking
  
  Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  ---
   configure.ac | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/configure.ac b/configure.ac
  index 256aedb..e0b6046 100644
  --- a/configure.ac
  +++ b/configure.ac
  @@ -3,7 +3,7 @@ AC_PREREQ([2.61])
   AC_INIT([zbar], [0.10], [spadix@users.sourceforge.net])
   AC_CONFIG_AUX_DIR(config)
   AC_CONFIG_MACRO_DIR(config)
  -AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2])
  +AM_INIT_AUTOMAKE([1.10 foreign subdir-objects std-options dist-bzip2])
   AC_CONFIG_HEADERS([include/config.h])
   AC_CONFIG_SRCDIR(zbar/scanner.c)
   LT_PREREQ([2.2])
  -- 
  2.6.4