mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Upgrade SPX to v0.4.12 (#566)
This commit is contained in:
parent
938be74cb0
commit
6faf051b48
2 changed files with 3 additions and 4 deletions
|
@ -2935,7 +2935,7 @@ installRemoteModule() {
|
|||
spx)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=6eba1a5839d0ce8dc71148ed723c72fe06c69600
|
||||
installRemoteModule_version=v0.4.12
|
||||
fi
|
||||
if test "${installRemoteModule_version%.*}" = "$installRemoteModule_version"; then
|
||||
installRemoteModule_displayVersion="$installRemoteModule_version"
|
||||
|
@ -2944,7 +2944,6 @@ installRemoteModule() {
|
|||
fi
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/NoiseByNorthwest/php-spx/tar.gz/$installRemoteModule_version)"
|
||||
cd -- "$installRemoteModule_src"
|
||||
sed -Ei "s/^([ \t]*#define[ \t]+PHP_SPX_VERSION[ \t]+\")0.4.10(\")/\1git--master-$installRemoteModule_displayVersion\2/" src/php_spx.h
|
||||
phpize
|
||||
./configure
|
||||
make -j$(getProcessorCount) install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue