From 240e8b9791df597063a3b68d04ffcb3aa4f2de6a Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 23 May 2011 18:30:30 +0300 Subject: [PATCH] Build: Set GZIP_ENV=-9n in top-level Makefile.am. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 =