Explorar o código

set libxml2 dir

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
3f6bb92fe6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/php/Makefile

+ 2 - 2
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