diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-27 21:30:43 +0100 |
| commit | ae3d4616ed9c19a29d656193254657f93d612fa2 (patch) | |
| tree | 139e4b901bfef70776833359d8dc747a8a9fd292 /package/libxml2/Makefile | |
| parent | 0f77fa26b817ae7a022fd3f1682b1c5a31905682 (diff) | |
try to fixup mesalib compile, it needs libxml2 python module
Diffstat (limited to 'package/libxml2/Makefile')
| -rw-r--r-- | package/libxml2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 301c6662d..624ffdb26 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs PKG_DEPENDS:= zlib -PKG_BUILDDEP:= autotool libxml2-host zlib +PKG_BUILDDEP:= autotool gettext-tiny libxml2-host zlib PKG_URL:= http://www.xmlsoft.org/ PKG_SITES:= http://xmlsoft.org/sources/ PKG_OPTS:= dev @@ -19,6 +19,7 @@ PKG_SUBPKGS:= LIBXML2 LIBXML2_PYTHON PKGSD_LIBXML2_PYTHON:= XML python bindings PKGSC_LIBXML2_PYTHON:= libs PKGSB_LIBXML2_PYTHON:= python2 +PKGSS_LIBXML2_PYTHON:= python2 ifeq ($(ADK_STATIC),y) PKG_OPTS+= libmix @@ -34,7 +35,7 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,${PKG_VERSION}-${PKG_RE include $(TOPDIR)/mk/python.mk HOST_STYLE:= auto -HOST_CONFIGURE_ARGS+= --without-python \ +HOST_CONFIGURE_ARGS+= --with-python \ --without-iconv \ --without-lzma \ --without-zlib |
