From a92508f4e580bcd86503979c2f15bed765d7b4bc43cc4de504c73feed2d06176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Jun 2019 11:24:56 +0000 Subject: [PATCH] - 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 --- zlib.changes | 5 +++++ zlib.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/zlib.changes b/zlib.changes index 86960d5..4720a23 100644 --- a/zlib.changes +++ b/zlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 7 11:24:35 UTC 2019 - Tomáš Chvátal + +- Do not enable the previous patchset on s390 but just s390x + ------------------------------------------------------------------- Thu Jun 6 09:43:12 UTC 2019 - Tomáš Chvátal diff --git a/zlib.spec b/zlib.spec index 2e473cf..e0c5965 100644 --- a/zlib.spec +++ b/zlib.spec @@ -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