This commit is contained in:
midoks 2022-07-14 22:57:14 +08:00
parent 8d62b42fb2
commit 6bd2df4e58
14 changed files with 16 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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" ]];

View File

@ -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

View File

@ -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

View File

@ -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