|
From: <abe...@us...> - 2013-07-19 22:19:09
|
Revision: 6141
http://sourceforge.net/p/astlinux/code/6141
Author: abelbeck
Date: 2013-07-19 22:19:07 +0000 (Fri, 19 Jul 2013)
Log Message:
-----------
php, enable the 'zlib' module, only adds 5 KB to the image, which adds the required gzinflate() function FOP2 uses
Modified Paths:
--------------
branches/1.0/astlinux-ast11.config
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
Modified: branches/1.0/astlinux-ast11.config
===================================================================
--- branches/1.0/astlinux-ast11.config 2013-07-19 18:31:20 UTC (rev 6140)
+++ branches/1.0/astlinux-ast11.config 2013-07-19 22:19:07 UTC (rev 6141)
@@ -458,7 +458,7 @@
BR2_PACKAGE_PHP_EXT_LIBXML2=y
BR2_PACKAGE_PHP_EXT_XMLPARSER=y
# BR2_PACKAGE_PHP_EXT_SIMPLEXML is not set
-# BR2_PACKAGE_PHP_EXT_ZLIB is not set
+BR2_PACKAGE_PHP_EXT_ZLIB=y
# BR2_PACKAGE_PHP_EXT_EXIF is not set
# BR2_PACKAGE_PHP_EXT_FTP is not set
# BR2_PACKAGE_PHP_EXT_GETTEXT is not set
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2013-07-19 18:31:20 UTC (rev 6140)
+++ branches/1.0/astlinux.config 2013-07-19 22:19:07 UTC (rev 6141)
@@ -464,7 +464,7 @@
BR2_PACKAGE_PHP_EXT_LIBXML2=y
BR2_PACKAGE_PHP_EXT_XMLPARSER=y
# BR2_PACKAGE_PHP_EXT_SIMPLEXML is not set
-# BR2_PACKAGE_PHP_EXT_ZLIB is not set
+BR2_PACKAGE_PHP_EXT_ZLIB=y
# BR2_PACKAGE_PHP_EXT_EXIF is not set
# BR2_PACKAGE_PHP_EXT_FTP is not set
# BR2_PACKAGE_PHP_EXT_GETTEXT is not set
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2013-07-19 18:31:20 UTC (rev 6140)
+++ branches/1.0/astlinux18.config 2013-07-19 22:19:07 UTC (rev 6141)
@@ -458,7 +458,7 @@
BR2_PACKAGE_PHP_EXT_LIBXML2=y
BR2_PACKAGE_PHP_EXT_XMLPARSER=y
# BR2_PACKAGE_PHP_EXT_SIMPLEXML is not set
-# BR2_PACKAGE_PHP_EXT_ZLIB is not set
+BR2_PACKAGE_PHP_EXT_ZLIB=y
# BR2_PACKAGE_PHP_EXT_EXIF is not set
# BR2_PACKAGE_PHP_EXT_FTP is not set
# BR2_PACKAGE_PHP_EXT_GETTEXT is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|