diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 12:27:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-31 12:27:54 +0100 |
commit | 980b2fd194e9cd0791a3e4dab55f469836ada539 (patch) | |
tree | f695d4141933a0f3a1b69389d932f3efb5c7bc09 /package/libxml2 | |
parent | 5e1af1d22d4e680d1b5f5486df023a2f0ddb9c9c (diff) |
depend on python2, needs Python.h for the target
Diffstat (limited to 'package/libxml2')
-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 4d5577eb1..d033af17d 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libxml2 PKG_VERSION:= 2.9.1 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs @@ -18,7 +18,7 @@ PKG_OPTS:= dev PKG_SUBPKGS:= LIBXML2 LIBXML2_PYTHON PKGSD_LIBXML2_PYTHON:= XML python bindings PKGSC_LIBXML2_PYTHON:= libs -PKGSB_LIBXML2_PYTHON:= python2-host +PKGSB_LIBXML2_PYTHON:= python2 ifeq ($(ADK_STATIC),y) PKG_OPTS+= libmix |