diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 21:38:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 21:38:11 +0100 |
commit | 4408545c20c74c63b1bf70032479d6c78bdc5876 (patch) | |
tree | bc77cb6dda715ecd0db2ce548ed23aa871de5b81 | |
parent | 3036dd932d83799ad00b439378bc21f35755b226 (diff) |
fix dependencies
-rw-r--r-- | package/libxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 76df60864..8c5ee7689 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -10,7 +10,8 @@ PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs PKG_DEPENDS:= zlib -PKG_BUILDDEP:= autotool gettext-tiny bzip2-host python2-host libxml2-host zlib +PKG_BUILDDEP:= libxml2-host zlib +HOST_BUILDDEP:= python2-host PKG_URL:= http://www.xmlsoft.org/ PKG_SITES:= http://xmlsoft.org/sources/ PKG_OPTS:= dev |