]> Git Repo - buildroot-mgba.git/commitdiff
package/php-xdebug: drop unrecognized variable
authorFabrice Fontaine <[email protected]>
Sat, 30 Mar 2024 09:03:34 +0000 (10:03 +0100)
committerThomas Petazzoni <[email protected]>
Wed, 10 Apr 2024 21:10:33 +0000 (23:10 +0200)
--with-xdebug is not recognized since the addition of the package in
commit 7b7dffd0984e1b274273f5638a975165606384f9:

configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --with-xdebug

Fixes: 7b7dffd0984e1b274273f5638a975165606384f9
Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/php-xdebug/php-xdebug.mk

index c5a1e10ebc50226bacfc6388645261f027688bc2..62ef3fa9970e2961d5fae42b76b973f4a2005ce3 100644 (file)
@@ -14,8 +14,7 @@ PHP_XDEBUG_LICENSE_FILES = LICENSE
 PHP_XDEBUG_DEPENDENCIES = php host-autoconf
 PHP_XDEBUG_CONF_OPTS = \
        --enable-xdebug \
-       --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
-       --with-xdebug=$(STAGING_DIR)/usr
+       --with-php-config=$(STAGING_DIR)/usr/bin/php-config
 
 define PHP_XDEBUG_PHPIZE
        (cd $(@D); \
This page took 0.029472 seconds and 4 git commands to generate.