go1.5 supports shared objects
Now we'll provide the libstd.so for all of golang's stdlib. This way, libraries and binaries can link against it and have a better security update story.
This commit is contained in:
parent
b869aad629
commit
9297305de1
@ -231,6 +231,9 @@ GOARCH=%{gohostarch} \
|
|||||||
./make.bash --no-clean
|
./make.bash --no-clean
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# golang shared objects for stdlib
|
||||||
|
GOROOT=$(pwd) PATH=$(pwd)/bin:$PATH go install -buildmode=shared std
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user