summaryrefslogtreecommitdiff
path: root/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
diff options
context:
space:
mode:
authorDan Pattison <dan.pattison@ethertek.ca>2011-09-01 07:47:49 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-11 15:13:34 +0200
commit6f103474ad6387cb5a00dc3419efc52e78afe5a5 (patch)
treebad08b2439fb092767769aff63790b5aeb6db93e /package/libconfuse/libconfuse-2.6-dont-use-werror.patch
parentfe7a4b524b72bcb448f7e723873d8244620cb2f1 (diff)
libconfuse: bump to version 2.7
Old libconfuse version 2.6 is from year 2007 so bump to version 2.7 Updated download URL in libconfuse.mk / Config.in Removed libconfuse-2.6-dont-use-werror.patch Changed := to just = Signed-off-by: Dan Pattison <dan.pattison@ethertek.ca> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libconfuse/libconfuse-2.6-dont-use-werror.patch')
-rw-r--r--package/libconfuse/libconfuse-2.6-dont-use-werror.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch b/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
deleted file mode 100644
index 50d073326..000000000
--- a/package/libconfuse/libconfuse-2.6-dont-use-werror.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-confuse: don't compile with -Werror
-
-Werror isn't really a robust setting for !development.
----
- src/Makefile.am | 2 +-
- src/Makefile.in | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-Index: confuse-2.6/src/Makefile.am
-===================================================================
---- confuse-2.6.orig/src/Makefile.am
-+++ confuse-2.6/src/Makefile.am
-@@ -10,7 +10,7 @@
- DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
-
- if cc_is_gcc
--AM_CFLAGS=-Wall -Werror
-+AM_CFLAGS=-Wall
- endif
-
- LIBS = @LIBS@
-Index: confuse-2.6/src/Makefile.in
-===================================================================
---- confuse-2.6.orig/src/Makefile.in
-+++ confuse-2.6/src/Makefile.in
-@@ -196,7 +196,7 @@
- libconfuse_la_SOURCES = confuse.c lexer.l
- libconfuse_la_LIBADD = $(LTLIBINTL)
- include_HEADERS = confuse.h
--@cc_is_gcc_TRUE@AM_CFLAGS = -Wall -Werror
-+@cc_is_gcc_TRUE@AM_CFLAGS = -Wall
- CLEANFILES = *~ \#*\#
- AM_LFLAGS = -Pcfg_yy -olex.yy.c
- all: all-am