mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/php-xdebug: add zlib optional dependency
zlib is an optional dependency (enabled by default) since bump to version 3.2.0 in commit8280400fbaand3954e5cd9eFixes:8280400fbaSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
98ee9f8b49
commit
4b7aeee28e
@@ -25,4 +25,11 @@ endef
|
||||
|
||||
PHP_XDEBUG_PRE_CONFIGURE_HOOKS += PHP_XDEBUG_PHPIZE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
PHP_XDEBUG_CONF_OPTS += --with-xdebug-compression
|
||||
PHP_XDEBUG_DEPENDENCIES += zlib
|
||||
else
|
||||
PHP_XDEBUG_CONF_OPTS += --without-xdebug-compression
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user