summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/php5.make')
-rw-r--r--rules/php5.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/php5.make b/rules/php5.make
index ef3b7de9..450f488d 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -261,6 +261,12 @@ else
PHP5_AUTOCONF += --disable-soap
endif
+ifdef PTXCONF_PHP5_EXT_SOCKETS
+PHP5_AUTOCONF += --enable-sockets
+else
+PHP5_AUTOCONF += --disable-sockets
+endif
+
ifdef PTXCONF_PHP5_EXT_PEAR
PHP5_AUTOCONF += --with-pear=FIXME
else