The build fails since the php module is statically disabled. This patch
adds the required magic.
This should also finally close #7758.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 26341
--disable-short-tags \
\
--without-gettext \
- --disable-simplexml \
--with-zlib="$(STAGING_DIR)/usr" \
--with-zlib-dir="$(STAGING_DIR)/usr" \
--with-pcre-regex="$(STAGING_DIR)/usr" \
PKG_CONFIGURE_OPTS+= --disable-session
endif
+ifneq ($(CONFIG_PACKAGE_php5-mod-simplexml),)
+ PKG_CONFIGURE_OPTS+= --enable-simplexml=shared
+else
+ PKG_CONFIGURE_OPTS+= --disable-simplexml
+endif
+
ifneq ($(CONFIG_PACKAGE_php5-mod-soap),)
PKG_CONFIGURE_OPTS+= --enable-soap=shared
else