Loading package/php/Config.ext +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ comment "gettext support requires a toolchain with WCHAR support" config BR2_PACKAGE_PHP_EXT_GMP bool "gmp" select BR2_PACKAGE_LIBGMP select BR2_PACKAGE_GMP help GMP support Loading package/php/php.mk +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ endif ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y) PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr PHP_DEPENDENCIES += libgmp PHP_DEPENDENCIES += gmp endif ifeq ($(BR2_PACKAGE_PHP_EXT_JSON),y) Loading Loading
package/php/Config.ext +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ comment "gettext support requires a toolchain with WCHAR support" config BR2_PACKAGE_PHP_EXT_GMP bool "gmp" select BR2_PACKAGE_LIBGMP select BR2_PACKAGE_GMP help GMP support Loading
package/php/php.mk +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ endif ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y) PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr PHP_DEPENDENCIES += libgmp PHP_DEPENDENCIES += gmp endif ifeq ($(BR2_PACKAGE_PHP_EXT_JSON),y) Loading