From: Gustavo Zacarias Date: Mon, 6 Dec 2010 19:40:08 +0000 (-0300) Subject: php: libgmp was renamed to gmp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb8390d66f487559828058a47414617632afb1f1;p=buildroot.git php: libgmp was renamed to gmp Signed-off-by: Gustavo Zacarias Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/php/Config.ext b/package/php/Config.ext index 5c7f5ea68b..4f1614e1d2 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -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 diff --git a/package/php/php.mk b/package/php/php.mk index 4db2b84c41..36b105dbfa 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -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)