ap/slirp4netns: updated to 1.1.12.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
Michal Cieslakiewicz 2021-12-29 21:32:28 +01:00
parent dca2937032
commit c0b8d2c8d1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
SRC=slirp4netns
VERSION=1.1.8
VERSION=1.1.12
set -x
wget -O ${SRC}-${VERSION}.tar.gz https://github.com/rootless-containers/${SRC}/archive/v${VERSION}.tar.gz

View File

@ -42,7 +42,7 @@ if [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="$SLKCFLAGS -fPIC -m64"
fi
MAKE="make -j 5"
MAKE="make -j $(nproc)"
if [ "$TMP" = "" ]; then
TMP=/tmp