]> git.pld-linux.org Git - packages/golang.git/commitdiff
fix ext_linker bcond usage
authorJan Palus <atler@pld-linux.org>
Mon, 28 Feb 2022 12:49:23 +0000 (13:49 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 28 Feb 2022 12:49:23 +0000 (13:49 +0100)
golang.spec

index ffcdd5db66a359617163c222af9d105257423955..726824ec7ac9a2ce4a4ccb76cc789b6015b569ba 100644 (file)
@@ -160,7 +160,7 @@ export GOHOSTARCH=%{GOARCH}
 export GOOS=linux
 export GOARCH=%{GOARCH}
 %{?GOARM:export GOARM=%{GOARM}}
-%if %{without external_linker}
+%if %{without ext_linker}
 export GO_LDFLAGS="-linkmode internal"
 %endif
 %if %{with cgo}
This page took 0.654098 seconds and 4 git commands to generate.