diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-20 21:46:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-20 21:46:26 +0200 |
commit | 5b142635a68d74d23b7a3841d8eb6bc66c597e45 (patch) | |
tree | 2c57a564847faa93a7f49026ba9e1ff0c7802c56 /package/libxml2 | |
parent | 7094d77abdfe1f8e7227a7b43c3d4cc28d5e0f05 (diff) |
fix logic error
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index e9115efbb..d6cbb4ffb 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -30,7 +30,7 @@ $(eval $(call PKG_template,LIBXML2_PYTHON,libxml2-python,${PKG_VERSION}-${PKG_RE include $(TOPDIR)/mk/python.mk TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) -ifeq ($(ADK_PACKAGE_LIBXML2_PYTHON),y) +ifneq ($(ADK_PACKAGE_LIBXML2_PYTHON),) CONFIGURE_ARGS+= --with-python=${STAGING_DIR}/usr else CONFIGURE_ARGS+= --without-python |