summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorTheo Debrouwere <theo.debrouwere@skynet.be>2016-09-08 09:53:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-08 21:59:03 +0200
commit5c506fa737f174879f37bb73aa2033dddeba0ec3 (patch)
tree4df6a169ee1159479d5932b6a0f0ba7df8a6078f /package/php
parent12169578f21c513ab23ff26ebcfc49841ce7e62f (diff)
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 <t.debrouwere@televic.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php')
-rw-r--r--package/php/php.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index deaf56ef4..7df10be97 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 \