From: <abe...@us...> - 2013-10-17 22:34:30
|
Revision: 6234 http://sourceforge.net/p/astlinux/code/6234 Author: abelbeck Date: 2013-10-17 22:34:27 +0000 (Thu, 17 Oct 2013) Log Message: ----------- php, enable DOM when libxml2 is selected Modified Paths: -------------- branches/1.0/package/php/php.mk Modified: branches/1.0/package/php/php.mk =================================================================== --- branches/1.0/package/php/php.mk 2013-10-16 21:30:09 UTC (rev 6233) +++ branches/1.0/package/php/php.mk 2013-10-17 22:34:27 UTC (rev 6234) @@ -66,7 +66,7 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y) PHP_CONF_ENV += php_cv_libxml_build_works=yes - PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr + PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr --enable-dom PHP_DEPENDENCIES += libxml2 endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |