From e358d5ee6ee1a938fd5a228d1b278f12a6aa06e4 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 23 Dec 2020 17:20:55 +0100 Subject: [PATCH] Fix edge cases during installation --- install_binaries.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 205c1f4..9da1a27 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -121,7 +121,8 @@ git pull ln -sf .libs/libatomic_ops.a src/libatomic_ops.a cd .. cd luajit2 -XCFLAGS="-O3 -march=native -mtune=native" make -j $PROC_LIMIT install +XCFLAGS="-O3 -march=native -mtune=native" make -j $PROC_LIMIT +make install ldconfig cd ../lua-resty-core make -j $PROC_LIMIT install @@ -1370,6 +1371,7 @@ cd php-rar && git pull && cd .. rm -rf ssh2-* curl -sSf https://pecl.php.net/get/ssh2 | tar xzvf - --exclude package.xml cd .. +git pull git checkout PHP-8.0 git pull ./buildconf