From: Theo Debrouwere Date: Thu, 8 Sep 2016 07:53:09 +0000 (+0200) Subject: package/php: explicitly disable phpdbg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c506fa737f174879f37bb73aa2033dddeba0ec3;p=buildroot.git package/php: explicitly disable phpdbg When building php, the package will also build/install phpdbg. This patch explicitly disables this behaviour. Signed-off-by: Theo Debrouwere Signed-off-by: Thomas Petazzoni --- diff --git a/package/php/php.mk b/package/php/php.mk index deaf56ef4f..7df10be971 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -19,6 +19,7 @@ PHP_CONF_OPTS = \ --disable-all \ --without-pear \ --with-config-file-path=/etc \ + --disable-phpdbg \ --disable-rpath PHP_CONF_ENV = \ ac_cv_func_strcasestr=yes \