- No need to set $PATH before building anymore
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=75
This commit is contained in:
parent
47a7c07b6e
commit
0dd5baafd5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 21:41:27 UTC 2011 - saschpe@gmx.de
|
||||
|
||||
- No need to set $PATH before building anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 21:17:16 UTC 2011 - saschpe@gmx.de
|
||||
|
||||
|
3
go.spec
3
go.spec
@ -86,11 +86,10 @@ Kate syntax highlighting scheme for the Go programming language.
|
||||
export GOROOT="`pwd`"
|
||||
export GOBIN="$GOROOT/bin"
|
||||
mkdir -p "$GOBIN"
|
||||
|
||||
cd src
|
||||
|
||||
# compile and run full test suite
|
||||
HOST_EXTRA_CFLAGS="%{optflags} -Wno-error" PATH="$PATH:$GOBIN" ./make.bash
|
||||
HOST_EXTRA_CFLAGS="%{optflags} -Wno-error" ./make.bash
|
||||
|
||||
%install
|
||||
export GOROOT="%{buildroot}%{_libdir}/%{name}"
|
||||
|
Loading…
Reference in New Issue
Block a user