summaryrefslogtreecommitdiffstats
path: root/package/libroxml/libroxml.mk
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.mk
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.mk')
-rw-r--r--package/libroxml/libroxml.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk
index 76ffa14b8c..d602513717 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
OpenPOWER on IntegriCloud