From efc2539f235fd6f23aeec4867365ac5a5ea20194 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Fri, 18 Feb 2022 23:35:27 +1300 Subject: system/buildah: Fix build with newer google-go-lang. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/buildah/buildah.SlackBuild | 1 + 1 file changed, 1 insertion(+) (limited to 'system/buildah') 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" -- cgit v1.2.3