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:
commit
907a51e41a
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user