All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2, 1/3] package/php-xdebug: drop unrecognized variable
@ 2024-03-30  9:03 Fabrice Fontaine
  2024-03-30  9:03 ` [Buildroot] [PATCH v2, 2/3] package/php-xdebug: add zlib optional dependency Fabrice Fontaine
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2024-03-30  9:03 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

--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(-)

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); \
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-06 20:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-30  9:03 [Buildroot] [PATCH v2, 1/3] package/php-xdebug: drop unrecognized variable Fabrice Fontaine
2024-03-30  9:03 ` [Buildroot] [PATCH v2, 2/3] package/php-xdebug: add zlib optional dependency Fabrice Fontaine
2024-05-06 20:46   ` Peter Korsgaard
2024-03-30  9:03 ` [Buildroot] [PATCH v2, 3/3] package/php-xdebug: bump to version 3.3.1 Fabrice Fontaine
2024-04-10 21:12 ` [Buildroot] [PATCH v2, 1/3] package/php-xdebug: drop unrecognized variable Thomas Petazzoni via buildroot
2024-05-06 20:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.