Accepting request 720508 from home:marxin:static

Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720508
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=101
This commit is contained in:
Dirk Mueller 2019-08-02 08:28:06 +00:00 committed by Git OBS Bridge
parent aeb4ecc968
commit 98478f4d90
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 2 08:22:51 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Tue May 21 13:05:05 UTC 2019 - Kristýna Streitová <kstreitova@suse.com>

View File

@ -90,6 +90,7 @@ Static library for the LZMA library
%setup -q
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags} -D_REENTRANT -pipe -fPIE"
export LDFLAGS="-Wl,-z,relro,-z,now -pie"
%configure \