diff options
author | Tristan Lelong <tristan.lelong@blunderer.org> | 2014-02-01 15:07:43 -0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-02 07:51:03 +0100 |
commit | 267edbf9aa24faa688bcc6785ffb8d50059195f8 (patch) | |
tree | 114731e21ec7e61975e39366b4cb67838c65d3f5 /package/libroxml/libroxml-0001-werror.patch | |
parent | 1dc2e9a8317c132b4ec9cc7e714511ab61297722 (diff) | |
download | buildroot-267edbf9aa24faa688bcc6785ffb8d50059195f8.tar.gz buildroot-267edbf9aa24faa688bcc6785ffb8d50059195f8.zip |
libroxml: bump version to 2.3.0
Starting with version 2.3.0, libroxml is now using autotools.
With autotools, the -Werror flag was dropped
-> no need for the patch libroxml-0001-werror.patch
With autotools, the availability of -Wno-*-unused is auto detected
-> no need for the patch libroxml-0002-wno-unused-result.patch
Signed-off-by: Tristan Lelong <tristan.lelong@blunderer.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libroxml/libroxml-0001-werror.patch')
-rw-r--r-- | package/libroxml/libroxml-0001-werror.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/libroxml/libroxml-0001-werror.patch b/package/libroxml/libroxml-0001-werror.patch deleted file mode 100644 index 91f322ce0d..0000000000 --- a/package/libroxml/libroxml-0001-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: a/Makefile -=================================================================== ---- a/Makefile -+++ b/Makefile -@@ -46,7 +46,7 @@ - - # options - override CPPFLAGS += -Iinc/ --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") |