From 1aeb3228045e37b0e7ccf5657fc2bbe22c3206e512d1c628641ed0b07c9bcec7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 3 Sep 2020 15:32:58 +0000 Subject: [PATCH] Accepting request 831488 from home:kstreitova:branches:Base:System - Enable DFLTCC compression for s390x for levels 1-6 (i. e. to make it used by default) by adding -DDFLTCC_LEVEL_MASK=0x7e to CLFAGS. [jsc#SLE-13775] OBS-URL: https://build.opensuse.org/request/show/831488 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=72 --- gzip.changes | 7 +++++++ gzip.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gzip.changes b/gzip.changes index e75d53a..4f7df65 100644 --- a/gzip.changes +++ b/gzip.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 2 14:12:24 UTC 2020 - Kristyna Streitova + +- Enable DFLTCC compression for s390x for levels 1-6 (i. e. to make + it used by default) by adding -DDFLTCC_LEVEL_MASK=0x7e to CLFAGS. + [jsc#SLE-13775] + ------------------------------------------------------------------- Tue Aug 27 10:11:19 UTC 2019 - Kristyna Streitova diff --git a/gzip.spec b/gzip.spec index ad34f70..6171900 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,7 +1,7 @@ # # spec file for package gzip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -67,6 +67,7 @@ export LDFLAGS="-pie" # added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818] %ifarch s390x autoreconf -f -i +export CFLAGS="$CFLAGS -DDFLTCC_LEVEL_MASK=0x7e" %endif %configure --disable-silent-rules \ gl_cv_func_printf_directive_n=yes \