mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -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> (cherry picked from commit4b7aeee28e) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ba45833429
commit
71e6b2765b
@@ -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