diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-08 20:37:10 +0100 |
commit | e45bc457ab9015c50a9f4e22ac248d780de826fe (patch) | |
tree | e657718ecddc852ae897cd0e057624b295fc0d48 /package/libxml2 | |
parent | 686a06394ba839d3f246a2bb3acc152da5167c2f (diff) |
fix release build for uClibc raspberry-pi
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 624ffdb26..7157a0705 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:= 4 +PKG_RELEASE:= 5 PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380 PKG_DESCR:= XML C parser and toolkit PKG_SECTION:= libs @@ -45,7 +45,7 @@ AUTOTOOL_STYLE:= autoreconf TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) TARGET_LDFLAGS+= -lpthread ifneq ($(ADK_PACKAGE_LIBXML2_PYTHON),) -CONFIGURE_ARGS+= --with-python=$(STAGING_TARGET_DIR)/usr +CONFIGURE_ARGS+= --with-python else CONFIGURE_ARGS+= --without-python endif |