Dr. Werner Fink 2017-05-09 14:56:11 +00:00 committed by Git OBS Bridge
parent 1d9173a4f0
commit 9dd4d61dcc
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -117,6 +117,7 @@ sed -ie "/ldconfig/d" Makefile.in
sed -ie "/DOCDIR/d" Makefile.in
%build
sed -ri 's/-march=native/-O2 -g3/g' configure.in
autoreconf -iv
export CFLAGS="%optflags";
export CXXFLAGS="%optflags";