diff options
Diffstat (limited to 'package/gzip/gzip.mk')
-rw-r--r-- | package/gzip/gzip.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index e1a7befdb1..4ae2ae03da 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -7,6 +7,10 @@ GZIP_VERSION = 1.6 GZIP_SOURCE = gzip-$(GZIP_VERSION).tar.xz GZIP_SITE = $(BR2_GNU_MIRROR)/gzip +# Some other tools expect it to be in /bin +GZIP_CONF_OPTS = --exec-prefix=/ +# Prefer full gzip over potentially lightweight/slower from busybox +GZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox) GZIP_LICENSE = GPLv3+ GZIP_LICENSE_FILES = COPYING |