diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 15:51:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 15:51:10 +0100 |
commit | ed95e17c2e88caff425eca534a794ea0c489fc5c (patch) | |
tree | e889c471d4305553ee4c8535d21239d0935f5bbe /package | |
parent | 5d7d7f23f0fe107021914e976cc9f69c4979ba54 (diff) | |
parent | 8c48cabfda5bcfcdb85d542f09cf3e8f096fd16e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r-- | package/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 7157a0705..2d0ecadea 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libxml2 PKG_VERSION:= 2.9.1 -PKG_RELEASE:= 5 +PKG_RELEASE:= 6 PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs PKG_DEPENDS:= zlib -PKG_BUILDDEP:= autotool gettext-tiny libxml2-host zlib +PKG_BUILDDEP:= autotool gettext-tiny python2-host libxml2-host zlib PKG_URL:= http://www.xmlsoft.org/ PKG_SITES:= http://xmlsoft.org/sources/ PKG_OPTS:= dev |