File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,9 @@ function build_php_memcached() {
128128 sasl_flag=" --enable-memcached-sasl"
129129 fi
130130
131- ./configure --with-libmemcached-dir=" $LIBMEMCACHED_PREFIX " $protocol_flag $sasl_flag --enable-memcached-json --enable-memcached-igbinary --enable-memcached-msgpack
132- make
131+ # ./configure --with-libmemcached-dir="$LIBMEMCACHED_PREFIX" $protocol_flag $sasl_flag --enable-memcached-json --enable-memcached-igbinary --enable-memcached-msgpack
132+ ./configure --with-libmemcached-dir=" $LIBMEMCACHED_PREFIX " $protocol_flag $sasl_flag
133+ make
133134 make install
134135 popd
135136}
@@ -220,7 +221,7 @@ case $ACTION in
220221
221222 # install SASL
222223 if test " x$ENABLE_SASL " = " xyes" ; then
223- # install_sasl
224+ install_sasl
224225 fi
225226 ;;
226227
You can’t perform that action at this time.
0 commit comments