|
@@ -136,11 +136,6 @@ PHP_CONF_OPTS += --enable-mbstring
|
|
|
PHP_DEPENDENCIES += oniguruma
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_PHP_EXT_MCRYPT),y)
|
|
|
-PHP_CONF_OPTS += --with-mcrypt=$(STAGING_DIR)/usr
|
|
|
-PHP_DEPENDENCIES += libmcrypt
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y)
|
|
|
PHP_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
|
|
|
PHP_DEPENDENCIES += openssl
|