Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
@@ -4,13 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GZIP_VERSION = 1.8
|
||||
GZIP_VERSION = 1.9
|
||||
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 = GPL-3.0+
|
||||
GZIP_LICENSE_FILES = COPYING
|
||||
GZIP_CONF_ENV += gl_cv_func_fflush_stdin=yes
|
||||
|
||||
Reference in New Issue
Block a user