From e16eab7dcf6eaad865f3eb3f0404b9ef63e61e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sat, 9 Jan 2021 18:00:27 +0200 Subject: system/runc: Updated for version 1.0.0_rc92. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas Signed-off-by: Willy Sudiarto Raharjo --- system/runc/runc.SlackBuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'system/runc/runc.SlackBuild') diff --git a/system/runc/runc.SlackBuild b/system/runc/runc.SlackBuild index 773d9307e24ab..4352b4126f58c 100644 --- a/system/runc/runc.SlackBuild +++ b/system/runc/runc.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for runc # Copyright 2016 Asaf Ohayon -# Copyright 2017-2020 Audrius Kažukauskas +# Copyright 2017-2021 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=runc -VERSION=${VERSION:-1.0.0_rc10} -GITHASH=${GITHASH:-dc9208a3303feef5b3839f4323d9beb36df0a9dd} +VERSION=${VERSION:-1.0.0_rc92} +GITHASH=${GITHASH:-ff819c7e9184c13b7c2607fe6c30ae19403a7aff} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,16 +59,12 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -mkdir build -mv vendor build/src -ln -sf $TMP/$PRGNAM-$SRCVER build/src/github.com/opencontainers/runc - # Do not try to get git commit hash, we're not inside git repository. sed -i '/^COMMIT/d' Makefile make \ - COMMIT=$GITHASH \ - GOPATH=$TMP/$PRGNAM-$SRCVER/build + BUILDTAGS="seccomp" \ + COMMIT=$GITHASH make install BINDIR=$PKG/usr/bin make install-bash PREFIX=$PKG/usr -- cgit v1.2.3