diff options
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index c6b0bbbc7..74f89b400 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -33,7 +33,7 @@ ifneq ($(BR2_INET_IPV6),y) PHP_CONFIGURE+=--disable-ipv6 endif -### Extensions +### Extensions ifeq ($(BR2_PACKAGE_PHP_EXT_SOCKETS),y) PHP_CONFIGURE+=--enable-sockets endif |