diff options
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 4 |
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 |