mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
[Alpine] Update libgearman from v1.1.20 to v1.1.21 (#829)
This commit is contained in:
parent
9f22693f03
commit
511faa5d98
1 changed files with 1 additions and 1 deletions
|
@ -2815,7 +2815,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.20/gearmand-1.1.20.tar.gz)"
|
||||
installRemoteModule_src="$(getPackageSource https://github.com/gearman/gearmand/releases/download/1.1.21/gearmand-1.1.21.tar.gz)"
|
||||
cd -- "$installRemoteModule_src"
|
||||
./configure
|
||||
make -j$(getProcessorCount) install-binPROGRAMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue