This commit is contained in:
parent
8d62b42fb2
commit
6bd2df4e58
|
|
@ -59,8 +59,7 @@ Install_lib()
|
|||
sed -i $BAK 's/CFLAGS \=/CFLAGS \= -std=c99/g' Makefile
|
||||
fi
|
||||
|
||||
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ Install_lib()
|
|||
sed -i $BAK 's/CFLAGS \=/CFLAGS \= -std=c99/g' Makefile
|
||||
fi
|
||||
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ Install_lib()
|
|||
cd $php_lib/${LIBNAME}-${LIBV}
|
||||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
|
||||
&& make clean && make && make install && make clean
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,7 @@ Install_lib()
|
|||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
|
||||
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Install_lib()
|
|||
cd ${LIBNAME}-${LIBV}
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config --enable-memcache --with-zlib-dir
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ Install_lib()
|
|||
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
|
||||
--enable-memcached \
|
||||
--disable-memcached-sasl && \
|
||||
--disable-memcached-sasl
|
||||
make clean && make && make install && make clean
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -58,8 +58,7 @@ Install_lib()
|
|||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
|
||||
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -67,8 +67,8 @@ Install_lib()
|
|||
cd $php_lib/${LIBNAME}-${LIBV}
|
||||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
|
||||
&& make clean && make && make install && make clean
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ Install_lib()
|
|||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
sleep 1
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ Install_lib()
|
|||
cd $php_lib/${LIBNAME}-${LIBV}
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
fi
|
||||
sleep 1
|
||||
if [ ! -f "$extFile" ];then
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ Install_lib()
|
|||
--enable-openssl \
|
||||
--with-openssl-dir=$serverPath/lib/openssl \
|
||||
--enable-sockets
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
fi
|
||||
|
||||
while [[ ! -f "$extFile" ]];
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Install_lib()
|
|||
$serverPath/php/$version/bin/phpize
|
||||
./configure --enable-xhprof \
|
||||
--with-php-config=$serverPath/php/$version/bin/php-config
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ Install_lib()
|
|||
|
||||
$serverPath/php/$version/bin/phpize
|
||||
./configure --with-php-config=$serverPath/php/$version/bin/php-config
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ Install_lib()
|
|||
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
|
||||
--with-zip
|
||||
|
||||
make && make install && make clean
|
||||
make clean && make && make install && make clean
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue