[Buildroot] [PATCH] package/php: explicitly disable phpdbg.

Theo Debrouwere theo.debrouwere at skynet.be
Wed Sep 7 15:43:46 UTC 2016


When building php, the package will also build/install phpdbg.
This patch explicitly disables this behaviour.

Signed-off-by: Theo Debrouwere <tdebrouwere at televic.com>
---
 package/php/php.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/php/php.mk b/package/php/php.mk
index d7e27a1..a63a8df 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -19,7 +19,9 @@ PHP_CONF_OPTS = \
 	--disable-all \
 	--without-pear \
 	--with-config-file-path=/etc \
+	--enable-phpdbg=no \
 	--disable-rpath
+
 PHP_CONF_ENV = \
 	ac_cv_func_strcasestr=yes \
 	EXTRA_LIBS="$(PHP_EXTRA_LIBS)"
-- 
2.8.1



More information about the buildroot mailing list