summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorThomas Rudin2010-11-15 21:12:49 +0100
committerPeter Korsgaard2010-11-24 23:12:54 +0100
commit972cd4229b21f03183fe7b72a36ffc2be81d87e3 (patch)
tree1110397a4973735a3aaaea91c47ac4e5fb0fdcc7 /package/php/php.mk
parentgpsd: fixup various problems with Config.in (diff)
downloadbuildroot-972cd4229b21f03183fe7b72a36ffc2be81d87e3.tar.gz
buildroot-972cd4229b21f03183fe7b72a36ffc2be81d87e3.tar.xz
buildroot-972cd4229b21f03183fe7b72a36ffc2be81d87e3.zip
php: add process control support
Closes #2791 Signed-off-by: Thomas Rudin <thomas@rudin.li> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r--package/php/php.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index 68b0b5fc9..af4fa292a 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -106,6 +106,10 @@ ifeq ($(BR2_PACKAGE_PHP_EXT_NCURSES),y)
PHP_DEPENDENCIES += ncurses
endif
+ifeq ($(BR2_PACKAGE_PHP_EXT_PCNTL),y)
+ PHP_CONF_OPT += --enable-pcntl
+endif
+
ifeq ($(BR2_PACKAGE_PHP_EXT_SYSVMSG),y)
PHP_CONF_OPT += --enable-sysvmsg
endif