Loading package/php/Config.ext +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ config BR2_PACKAGE_PHP_EXT_BZIP2 help bzip2 read/write support config BR2_PACKAGE_PHP_EXT_PHAR bool "phar" help PHP Archive support config BR2_PACKAGE_PHP_EXT_ZIP bool "zip" select BR2_PACKAGE_ZLIB Loading package/php/php.mk +2 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,8 @@ PHP_CONF_OPT += $(if $(BR2_PACKAGE_PHP_EXT_SOCKETS),--enable-sockets) \ $(if $(BR2_PACKAGE_PHP_EXT_FILTER),--enable-filter) \ $(if $(BR2_PACKAGE_PHP_EXT_CALENDAR),--enable-calendar) \ $(if $(BR2_PACKAGE_PHP_EXT_FILEINFO),--enable-fileinfo) \ $(if $(BR2_PACKAGE_PHP_EXT_BCMATH),--enable-bcmath) $(if $(BR2_PACKAGE_PHP_EXT_BCMATH),--enable-bcmath) \ $(if $(BR2_PACKAGE_PHP_EXT_PHAR),--enable-phar) ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y) PHP_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr Loading Loading
package/php/Config.ext +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ config BR2_PACKAGE_PHP_EXT_BZIP2 help bzip2 read/write support config BR2_PACKAGE_PHP_EXT_PHAR bool "phar" help PHP Archive support config BR2_PACKAGE_PHP_EXT_ZIP bool "zip" select BR2_PACKAGE_ZLIB Loading
package/php/php.mk +2 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,8 @@ PHP_CONF_OPT += $(if $(BR2_PACKAGE_PHP_EXT_SOCKETS),--enable-sockets) \ $(if $(BR2_PACKAGE_PHP_EXT_FILTER),--enable-filter) \ $(if $(BR2_PACKAGE_PHP_EXT_CALENDAR),--enable-calendar) \ $(if $(BR2_PACKAGE_PHP_EXT_FILEINFO),--enable-fileinfo) \ $(if $(BR2_PACKAGE_PHP_EXT_BCMATH),--enable-bcmath) $(if $(BR2_PACKAGE_PHP_EXT_BCMATH),--enable-bcmath) \ $(if $(BR2_PACKAGE_PHP_EXT_PHAR),--enable-phar) ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y) PHP_CONF_OPT += --with-openssl=$(STAGING_DIR)/usr Loading