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
This commit is contained in:
parent
77968a3f0f
commit
1aeb322804
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 14:12:24 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
|
||||
|
||||
- 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 <kstreitova@suse.com>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user