mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
php: libgmp was renamed to gmp
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
21f7b8bcce
commit
eb8390d66f
@ -77,7 +77,7 @@ comment "gettext support requires a toolchain with WCHAR support"
|
|||||||
|
|
||||||
config BR2_PACKAGE_PHP_EXT_GMP
|
config BR2_PACKAGE_PHP_EXT_GMP
|
||||||
bool "gmp"
|
bool "gmp"
|
||||||
select BR2_PACKAGE_LIBGMP
|
select BR2_PACKAGE_GMP
|
||||||
help
|
help
|
||||||
GMP support
|
GMP support
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y)
|
ifeq ($(BR2_PACKAGE_PHP_EXT_GMP),y)
|
||||||
PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr
|
PHP_CONF_OPT += --with-gmp=$(STAGING_DIR)/usr
|
||||||
PHP_DEPENDENCIES += libgmp
|
PHP_DEPENDENCIES += gmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_PHP_EXT_JSON),y)
|
ifeq ($(BR2_PACKAGE_PHP_EXT_JSON),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user