summaryrefslogtreecommitdiffstats
path: root/rules/gzip.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-01-28 08:50:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-28 08:53:18 +0100
commita5f88f2e3130ecb08ee54425adead74a2aede1ed (patch)
treeacdd54f2f22ff2c37ae4d99082411c80a4286eac /rules/gzip.make
parent943584940605888e58c08dfdc2f63e22bf9d98ad (diff)
downloadptxdist-a5f88f2e3130ecb08ee54425adead74a2aede1ed.tar.gz
ptxdist-a5f88f2e3130ecb08ee54425adead74a2aede1ed.tar.xz
gzip: version bump 1.8 -> 1.9
Also, add patch to fix building with glibc 2.28. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gzip.make')
-rw-r--r--rules/gzip.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/gzip.make b/rules/gzip.make
index 973af66c7..d45930b38 100644
--- a/rules/gzip.make
+++ b/rules/gzip.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GZIP) += gzip
#
# Paths and names
#
-GZIP_VERSION := 1.8
-GZIP_MD5 := f7caabb65cddc1a4165b398009bd05b9
+GZIP_VERSION := 1.9
+GZIP_MD5 := 9492c6ccb2239ff679a5475a7bb543ed
GZIP := gzip-$(GZIP_VERSION)
GZIP_SUFFIX := tar.xz
GZIP_URL := $(call ptx/mirror, GNU, gzip/$(GZIP).$(GZIP_SUFFIX))
@@ -38,7 +38,8 @@ GZIP_CONF_OPT := \
--runstatedir=/run \
$(GLOBAL_LARGE_FILE_OPTION) \
--enable-threads=posix \
- --disable-rpath
+ --disable-rpath \
+ --disable-gcc-warnings
# ----------------------------------------------------------------------------
# Target-Install