diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 04:47:49 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-14 04:47:49 -0600 |
commit | 6b3305675e661d02ceed291e1bc0fb7330e1c6a0 (patch) | |
tree | 2090b8c29e2f44f66bcd98abc288fb47b39892b2 /package/libxml2 | |
parent | dc44cd51f63bb2f821356d441b609d232a9d0947 (diff) |
set HOST_CPPFLAGS to find python headers
Diffstat (limited to 'package/libxml2')
-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 ee4913f80..1671c8556 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxml2 PKG_VERSION:= 2.9.2 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc PKG_DESCR:= xml parser and toolkit PKG_SECTION:= libs/data @@ -34,6 +34,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_CPPFLAGS+= -I$(STAGING_HOST_DIR)/usr/include/python$(PYTHON_VERSION) HOST_STYLE:= auto HOST_CONFIGURE_ARGS+= --with-python \ --with-threads \ |