mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
[Alpine] Update libgearman from v1.1.19.1 to v1.1.20 (#661)
This commit is contained in:
parent
ef69c94206
commit
f43000a9fe
2 changed files with 2 additions and 4 deletions
|
@ -2638,7 +2638,7 @@ installRemoteModule() {
|
|||
case "$DISTRO" in
|
||||
alpine)
|
||||
if ! test -e /usr/local/include/libgearman/gearman.h || ! test -e /usr/local/lib/libgearman.so; then
|
||||
installRemoteModule_src="$(getPackageSource https://github.com/gearman/gearmand/releases/download/1.1.19.1/gearmand-1.1.19.1.tar.gz)"
|
||||
installRemoteModule_src="$(getPackageSource https://github.com/gearman/gearmand/releases/download/1.1.20/gearmand-1.1.20.tar.gz)"
|
||||
cd -- "$installRemoteModule_src"
|
||||
./configure
|
||||
make -j$(getProcessorCount) install-binPROGRAMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue