[packages/golang] race libraries exist only on x86-64
glen
glen at pld-linux.org
Wed Aug 21 15:34:37 CEST 2013
commit c67d294ca4973f2e68810ae90e8793bdee49dbfd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Aug 21 16:32:27 2013 +0300
race libraries exist only on x86-64
see http://golang.org/doc/articles/race_detector.html
golang.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/golang.spec b/golang.spec
index dfd6584..39bf4fe 100644
--- a/golang.spec
+++ b/golang.spec
@@ -192,6 +192,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_libdir}/%{name}/pkg/tool
%dir %{_libdir}/%{name}/pkg/tool/linux_%{GOARCH}
%attr(755,root,root) %{_libdir}/%{name}/pkg/tool/linux_%{GOARCH}/*
+
%ifarch %{x8664}
%dir %{_libdir}/%{name}/pkg/linux_%{GOARCH}_race
%{_libdir}/%{name}/pkg/linux_%{GOARCH}_race/*.a
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/golang.git/commitdiff/c67d294ca4973f2e68810ae90e8793bdee49dbfd
More information about the pld-cvs-commit
mailing list