diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-10 21:33:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:41 +0700 |
commit | df4230016025f0f8ea2f08c383b3c29bd2d633b5 (patch) | |
tree | 939787ae7cd67ec3706817bcde957269a4a9a7d2 /network | |
parent | a8f638cd023abde226ea045ef0e26a9a5b3a6cf2 (diff) |
network/thrift: Fix go build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/thrift/thrift.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/thrift/thrift.SlackBuild b/network/thrift/thrift.SlackBuild index fb90cd4498d83..d2499d15c3884 100644 --- a/network/thrift/thrift.SlackBuild +++ b/network/thrift/thrift.SlackBuild @@ -90,6 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-tests \ --build=$ARCH-slackware-linux +export GO111MODULE="off" make make install-strip DESTDIR=$PKG |