diff options
author | Tristan Lelong <tristan.lelong@blunderer.org> | 2012-11-29 17:20:58 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-29 23:14:41 -0800 |
commit | b17c7963890354d2cffdda2f16eeeaf4c1288e99 (patch) | |
tree | 7476528bc19a727c9784c80836d8ca6db7574e2f /package/libroxml/libroxml-werror.patch | |
parent | dd6c3d5fc769a1cd11e4f86147bc63103093fcdc (diff) | |
download | buildroot-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-werror.patch')
-rw-r--r-- | package/libroxml/libroxml-werror.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/libroxml/libroxml-werror.patch b/package/libroxml/libroxml-werror.patch new file mode 100644 index 000000000..a99962f30 --- /dev/null +++ b/package/libroxml/libroxml-werror.patch @@ -0,0 +1,22 @@ +[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 +@@ -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") |