summaryrefslogtreecommitdiff
path: root/package/libroxml
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
parentc6715b69e467182ee5242d7484caace2088340c8 (diff)
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')
-rw-r--r--package/libroxml/libroxml-werror.patch4
-rw-r--r--package/libroxml/libroxml.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/package/libroxml/libroxml-werror.patch b/package/libroxml/libroxml-werror.patch
index a99962f30..6435b0195 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")
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 76ffa14b8..d60251371 100644
--- a/package/libroxml/libroxml.mk
+++ b/package/libroxml/libroxml.mk
@@ -4,8 +4,8 @@
#
################################################################################
-LIBROXML_VERSION = 2.2.2
-LIBROXML_SITE = http://libroxml.googlecode.com/files
+LIBROXML_VERSION = 2.2.3
+LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/
LIBROXML_INSTALL_STAGING = YES
define LIBROXML_BUILD_CMDS
@@ -17,7 +17,7 @@ define LIBROXML_INSTALL_STAGING_CMDS
endef
define LIBROXML_INSTALL_TARGET_CMDS
- $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
+ $(MAKE) DESTDIR=$(TARGET_DIR)/usr/ -C $(@D) install
endef
define LIBROXML_UNINSTALL_STAGING_CMDS