diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-23 18:30:30 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-05-23 18:30:51 +0300 |
commit | 240e8b9791df597063a3b68d04ffcb3aa4f2de6a (patch) | |
tree | 5fe0c1df463d4074f25f054de87c61824b16b5a3 | |
parent | Bump version and soname for 5.0.3. (diff) | |
download | xz-240e8b9791df597063a3b68d04ffcb3aa4f2de6a.tar.xz |
Build: Set GZIP_ENV=-9n in top-level Makefile.am.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2ce74aa5..1e7ba612 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,9 @@ ## You can do whatever you want with this file. ## +# Use -n to prevent gzip from adding a timestamp to the .gz headers. +GZIP_ENV = -9n + DIST_SUBDIRS = lib src po tests debug SUBDIRS = |