SHA256
1
0
forked from pool/ffcall
Dr. Werner Fink 2019-10-14 10:31:59 +00:00 committed by Git OBS Bridge
parent b98aa6e51c
commit 2f57d37216
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 10:30:48 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Avoid recursion trouble in spec file cause by undefined _lto_cflags
-------------------------------------------------------------------
Thu Sep 12 13:52:51 UTC 2019 - Andreas Schwab <schwab@suse.de>

View File

@ -83,7 +83,7 @@ fi
find . -name \*.o | xargs rm -f
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags} -g -fPIC -fno-strict-aliasing"
export STRIP=true STRIPPROG=true
%configure --disable-rpath --with-gnu-ld --enable-thread=posix