SHA256
1
0
forked from pool/ffcall

Accepting request 741482 from devel:languages:misc

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/741482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffcall?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-10-22 13:44:35 +00:00 committed by Git OBS Bridge
commit 907a51e41a
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