forked from pool/kyotocabinet
boo#1037914
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kyotocabinet?expand=0&rev=19
This commit is contained in:
parent
1d9173a4f0
commit
9dd4d61dcc
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 9 14:46:10 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- boo#1037914: Do not optimize for native cpu of the build system!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 4 03:47:22 UTC 2017 - crrodriguez@opensuse.org
|
Tue Apr 4 03:47:22 UTC 2017 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -117,6 +117,7 @@ sed -ie "/ldconfig/d" Makefile.in
|
|||||||
sed -ie "/DOCDIR/d" Makefile.in
|
sed -ie "/DOCDIR/d" Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
sed -ri 's/-march=native/-O2 -g3/g' configure.in
|
||||||
autoreconf -iv
|
autoreconf -iv
|
||||||
export CFLAGS="%optflags";
|
export CFLAGS="%optflags";
|
||||||
export CXXFLAGS="%optflags";
|
export CXXFLAGS="%optflags";
|
||||||
|
Loading…
Reference in New Issue
Block a user