Properly set LDFLAGS
Resolves: rhbz#2013681
This commit is contained in:
parent
178183fd13
commit
0903000112
@ -71,7 +71,7 @@ cross-compilation.
|
|||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS="-X github.com/coreos/butane/internal/version.Raw=%{version} "
|
export LDFLAGS="-X github.com/coreos/butane/internal/version.Raw=%{version} $LDFLAGS"
|
||||||
export GOFLAGS="-mod=vendor"
|
export GOFLAGS="-mod=vendor"
|
||||||
|
|
||||||
echo "Building butane..."
|
echo "Building butane..."
|
||||||
|
Loading…
Reference in New Issue
Block a user