SHA256
1
0
forked from pool/zlib

- Do not enable the previous patchset on s390 but just s390x

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal 2019-06-07 11:24:56 +00:00 committed by Git OBS Bridge
parent 82c6201403
commit a92508f4e5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 7 11:24:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not enable the previous patchset on s390 but just s390x
-------------------------------------------------------------------
Thu Jun 6 09:43:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -127,7 +127,7 @@ developing applications which use minizip.
%build
export LDFLAGS="-Wl,-z,relro,-z,now"
%ifarch s390 s390x
%ifarch s390x
export CFLAGS="%{optflags} -DDFLTCC"
%define addopts OBJA=dfltcc.o PIC_OBJA=dfltcc.lo
%else