Jelajahi Sumber

Makefile: don't export GZIP environment variable

We export GZIP = -n so that GZIP does not record original
name and timestamps. However..

GZIP environment variable is deprecated and soon will not be
supported in future GZIP versions. GZIP suggests the use of a
wrapper to pass options globally but it might be difficult to
implement in Buildroot. For now, we don't export the variable
and fix reproducibility issues per package as they show up in
Autobuilder.

Signed-off-by: Atharva Lele <itsatharva@gmail.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit d590b37633ab2a7cfdfdccb1343717d6b452fcbb)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Atharva Lele 6 tahun lalu
induk
melakukan
bcf15a35cc
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -248,7 +248,6 @@ ifeq ($(BR2_REPRODUCIBLE),y)
 export TZ = UTC
 export TZ = UTC
 export LANG = C
 export LANG = C
 export LC_ALL = C
 export LC_ALL = C
-export GZIP = -n
 endif
 endif
 
 
 # To put more focus on warnings, be less verbose as default
 # To put more focus on warnings, be less verbose as default