From df94426e9a1e7cd3eb472e3b281f899256cd251d Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 5 Mar 2022 11:15:07 +1300 Subject: network/XD: Fix build with newer google-go-lang. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- network/XD/XD.SlackBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/network/XD/XD.SlackBuild b/network/XD/XD.SlackBuild index 86e4ae47a9..9d61db3121 100644 --- a/network/XD/XD.SlackBuild +++ b/network/XD/XD.SlackBuild @@ -79,6 +79,7 @@ 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 {} \; +export GO111MODULE="off" make install PREFIX=$PKG/usr find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3