diff mbox series

[v2,1/3] package/php-xdebug: drop unrecognized variable

Message ID 20240330090336.567660-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/3] package/php-xdebug: drop unrecognized variable | expand

Commit Message

Fabrice Fontaine March 30, 2024, 9:03 a.m. UTC
--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 <fontaine.fabrice@gmail.com>
---
 package/php-xdebug/php-xdebug.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Thomas Petazzoni April 10, 2024, 9:12 p.m. UTC | #1
On Sat, 30 Mar 2024 10:03:34 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> --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 <fontaine.fabrice@gmail.com>
> ---
>  package/php-xdebug/php-xdebug.mk | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Series applied to master, thanks.

Thomas
Peter Korsgaard May 6, 2024, 8:45 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > --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 <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/php-xdebug/php-xdebug.mk b/package/php-xdebug/php-xdebug.mk
index c5a1e10ebc..62ef3fa997 100644
--- a/package/php-xdebug/php-xdebug.mk
+++ b/package/php-xdebug/php-xdebug.mk
@@ -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); \