]> git.pld-linux.org Git - packages/golang.git/commitdiff
disable bootstrap by default auto/th/golang-1.9.3-1
authorJan Palus <atler@pld-linux.org>
Sat, 27 Jan 2018 13:23:23 +0000 (14:23 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 27 Jan 2018 13:23:23 +0000 (14:23 +0100)
golang.spec

index 332780c79f519789f15edfac921c16b9b7492013..4e5d2393dcfb9ed54d56a76d1c0fdef3c14b1381 100644 (file)
@@ -14,7 +14,7 @@
 %bcond_without shared          # Build golang shared objects for stdlib
 %bcond_without ext_linker      # Build golang using external/internal (close to cgo disabled) linking
 %bcond_without cgo             # cgo (importing C libraries) support
-%bcond_without bootstrap       # bootstrap build
+%bcond_with    bootstrap       # bootstrap build
 
 %ifnarch %{ix86} %{x8664} %{arm} aarch64 mips64 mips64le ppc64le
 %undefine      with_shared
This page took 0.307289 seconds and 4 git commands to generate.