summaryrefslogtreecommitdiffstats
path: root/package/libroxml/libroxml-werror.patch
diff options
context:
space:
mode:
authorTristan Lelong <tristan.lelong@blunderer.org>2013-09-16 14:47:49 -0700
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-17 14:00:38 +0200
commitc1f03f652f02c4f3374d4c671698748dcaba98ab (patch)
treeb70180411242c76afa689997fca155225e5e8b06 /package/libroxml/libroxml-werror.patch
parentc6715b69e467182ee5242d7484caace2088340c8 (diff)
downloadbuildroot-c1f03f652f02c4f3374d4c671698748dcaba98ab.tar.gz
buildroot-c1f03f652f02c4f3374d4c671698748dcaba98ab.zip
libroxml: bump version to 2.2.3
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libroxml/libroxml-werror.patch')
-rw-r--r--package/libroxml/libroxml-werror.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libroxml/libroxml-werror.patch b/package/libroxml/libroxml-werror.patch
index a99962f30f..6435b0195d 100644
--- a/package/libroxml/libroxml-werror.patch
+++ b/package/libroxml/libroxml-werror.patch
@@ -15,8 +15,8 @@ Index: a/Makefile
# 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 CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Werror -Iinc/ $(DEFINES)
++override CFLAGS += $(OPTIM) -fPIC -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -Iinc/ $(DEFINES)
override LDFLAGS +=
ifeq ("$(OS)", "Darwin")
OpenPOWER on IntegriCloud