summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-17 13:40:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-17 13:40:11 +0200
commit3f6bb92fe64c0f2253fa0d743393fad8ddb873f6 (patch)
tree1b298344803e3ae7074066f8597babe654b0e242 /package/php
parent2c65da4754459da27bc191e7ce68f581d31b15c2 (diff)
set libxml2 dir
Diffstat (limited to 'package/php')
-rw-r--r--package/php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/php/Makefile b/package/php/Makefile
index c2c99d5c1..f6c97d2db 100644
--- a/package/php/Makefile
+++ b/package/php/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= php
PKG_VERSION:= 5.4.17
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= cc698032dcdcb9ad158edcc90fe798d6
PKG_DESCR:= PHP language interpreter
PKG_SECTION:= lang
@@ -200,7 +200,7 @@ else
PKG_CONFIGURE_OPTS+= --disable-xml
endif
ifneq ($(ADK_PACKAGE_PHP_MOD_SIMPLEXML),)
-PKG_CONFIGURE_OPTS+= --enable-simplexml=shared --enable-libxml
+PKG_CONFIGURE_OPTS+= --enable-simplexml=shared --enable-libxml --with-libxml-dir="$(STAGING_TARGET_DIR)/usr"
else
PKG_CONFIGURE_OPTS+= --disable-simplexml --disable-libxml
endif