SHA256
1
0
forked from pool/zlib

Accepting request 712987 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/712987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=71
This commit is contained in:
Dominique Leuenberger 2019-07-08 13:09:28 +00:00 committed by Git OBS Bridge
commit 290a29fc34
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 2 07:22:36 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library.
-------------------------------------------------------------------
Fri Jun 7 11:24:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -126,6 +126,7 @@ developing applications which use minizip.
%patch4 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export LDFLAGS="-Wl,-z,relro,-z,now"
%ifarch s390x
export CFLAGS="%{optflags} -DDFLTCC"