summaryrefslogtreecommitdiffstats
path: root/system/buildah
diff options
context:
space:
mode:
author Andrew Clemons2022-02-18 11:35:27 +0100
committer Willy Sudiarto Raharjo2022-02-19 06:10:42 +0100
commitefc2539f235fd6f23aeec4867365ac5a5ea20194 (patch)
tree7b4f9f2fd4bfaac1372ca03ff3a3682b34bb6237 /system/buildah
parent346418b94470655630581345dca63bc483f1b343 (diff)
downloadslackbuilds-efc2539f235fd6f23aeec4867365ac5a5ea20194.tar.gz
system/buildah: Fix build with newer google-go-lang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/buildah')
-rw-r--r--system/buildah/buildah.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/buildah/buildah.SlackBuild b/system/buildah/buildah.SlackBuild
index c4d22c8120..2dccf061e3 100644
--- a/system/buildah/buildah.SlackBuild
+++ b/system/buildah/buildah.SlackBuild
@@ -90,6 +90,7 @@ export GOPATH="$TMP/$PRGNAM-$VERSION"
sed -i 's|GIT_COMMIT :=|GIT_COMMIT ?=|' Makefile
+export GO111MODULE="off"
make binary docs GIT_COMMIT="$GIT_COMMIT" TAGS="'seccomp containers_image_ostree_stub'"
make install install.completions GIT_COMMIT="$GIT_COMMIT" PREFIX="/usr" DESTDIR="$PKG" MANDIR="/usr/man"