summaryrefslogtreecommitdiffstats
path: root/package/libroxml/libroxml-2.2.0-werror.patch
diff options
context:
space:
mode:
authorTristan Lelong <tristan.lelong@blunderer.org>2012-11-29 17:20:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-29 23:14:41 -0800
commitb17c7963890354d2cffdda2f16eeeaf4c1288e99 (patch)
tree7476528bc19a727c9784c80836d8ca6db7574e2f /package/libroxml/libroxml-2.2.0-werror.patch
parentdd6c3d5fc769a1cd11e4f86147bc63103093fcdc (diff)
downloadbuildroot-novena-b17c7963890354d2cffdda2f16eeeaf4c1288e99.tar.gz
buildroot-novena-b17c7963890354d2cffdda2f16eeeaf4c1288e99.zip
libroxml: bump version to 2.2.1
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libroxml/libroxml-2.2.0-werror.patch')
-rw-r--r--package/libroxml/libroxml-2.2.0-werror.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libroxml/libroxml-2.2.0-werror.patch b/package/libroxml/libroxml-2.2.0-werror.patch
deleted file mode 100644
index a72f2a786..000000000
--- a/package/libroxml/libroxml-2.2.0-werror.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-[PATCH] remove -Werror from CFLAGS
-
--Werror should only be used during development, not in released SW.
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: libroxml-2.1.0/Makefile
-===================================================================
---- libroxml-2.1.0.orig/Makefile
-+++ libroxml-2.1.0/Makefile
-@@ -41,7 +41,7 @@
-
- # options
- override CPPFLAGS += -Iinc/
--override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Werror -Iinc/ $(DEFINES)
-+override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused -Iinc/ $(DEFINES)
- override LDFLAGS +=
-
- ifeq ("$(OS)", "Darwin")