~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to src/patches/libcdada-0.4.0-Werror.patch

  • Committer: Daniel Glanzmann
  • Date: 2008-09-26 17:05:28 UTC
  • mto: (1394.1.12)
  • mto: This revision was merged to the branch mainline in revision 1401.
  • Revision ID: git-v1:19ac4d1b6e234e1391b3d406381e3b74e92c40dd
added new useragent thunderbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff --git a/configure.ac b/configure.ac
2
 
index f2c4dde..fbde89c 100644
3
 
--- a/configure.ac
4
 
+++ b/configure.ac
5
 
@@ -4,7 +4,7 @@ AC_INIT(LIBCDADA, m4_esyscmd_s(cat VERSION), marcdevel@gmail.com, libcdada, http
6
 
 AC_CONFIG_AUX_DIR([build-aux])
7
 
 AC_CONFIG_MACRO_DIR([m4])
8
 
 
9
 
-AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
10
 
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
11
 
 
12
 
 AC_GNU_SOURCE
13
 
 
14
 
@@ -24,8 +24,8 @@ LT_INIT
15
 
 AC_ENABLE_STATIC
16
 
 
17
 
 # Some useful default flags
18
 
-CFLAGS="-std=gnu89 -Werror -Wall $CFLAGS"
19
 
-CXXFLAGS="-Werror -Wall $CXXFLAGS"
20
 
+CFLAGS="-std=gnu89 -Wall $CFLAGS"
21
 
+CXXFLAGS="-Wall $CXXFLAGS"
22
 
 AC_DEFINE([__STDC_FORMAT_MACROS], [], [Description])
23
 
 
24
 
 # Check for Python3