diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-18 23:35:27 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 12:10:42 +0700 |
commit | efc2539f235fd6f23aeec4867365ac5a5ea20194 (patch) | |
tree | 7b4f9f2fd4bfaac1372ca03ff3a3682b34bb6237 /system/buildah | |
parent | 346418b94470655630581345dca63bc483f1b343 (diff) |
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.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/buildah/buildah.SlackBuild b/system/buildah/buildah.SlackBuild index c4d22c8120c51..2dccf061e34a4 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" |