summaryrefslogtreecommitdiff
path: root/package/libxml2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-11 14:40:12 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-11 14:40:12 -0600
commitc4a9b57d7fe027fbe9bcc31d32fb12e590f12c8c (patch)
tree7d51d1970e7c8a9e32b1422fc27ec9edcacd8a0d /package/libxml2/Makefile
parenta6087b4263869fc5d36482cc4f58857338055e40 (diff)
another libxml2 python fuckup
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r--package/libxml2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index c89c7cab8..ee4913f80 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -19,7 +19,7 @@ PKG_OPTS:= dev
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SUBPKGS:= LIBXML2 LIBXML2_PYTHON
-PKGSD_LIBXML2_PYTHON:= XML python bindings
+PKGSD_LIBXML2_PYTHON:= xml python bindings
PKGSC_LIBXML2_PYTHON:= libs/misc
PKGSB_LIBXML2_PYTHON:= python2
PKGSS_LIBXML2_PYTHON:= python2
@@ -33,6 +33,7 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,$(PKG_VERSION)-$(PKG_RE
include $(ADK_TOPDIR)/mk/python.mk
+TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/python$(PYTHON_VERSION)
HOST_STYLE:= auto
HOST_CONFIGURE_ARGS+= --with-python \
--with-threads \