From: <abe...@us...> - 2013-04-27 18:42:12
|
Revision: 6059 http://sourceforge.net/p/astlinux/code/6059 Author: abelbeck Date: 2013-04-27 18:42:09 +0000 (Sat, 27 Apr 2013) Log Message: ----------- php, add upstream Buildroot build fix for LIBXML2, though we don't currently enable it 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-04-27 18:26:15 UTC (rev 6058) +++ branches/1.0/package/php/php.mk 2013-04-27 18:42:09 UTC (rev 6059) @@ -65,11 +65,8 @@ endif ifeq ($(BR2_PACKAGE_PHP_EXT_LIBXML2),y) - PHP_CONF_OPT += --enable-libxml \ - --with-libxml-dir=${STAGING_DIR}/usr \ - --enable-xml \ - --enable-xmlreader \ - --enable-xmlwriter + PHP_CONF_ENV += php_cv_libxml_build_works=yes + PHP_CONF_OPT += --enable-libxml --with-libxml-dir=${STAGING_DIR}/usr PHP_DEPENDENCIES += libxml2 endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |