From 724089f40e177e566d9a838b571f19175f9163f2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Aug 2013 23:49:18 +0200 Subject: Disable transparent gzip/bzip2 decompression * exec/Makefile (CPPFLAGS): Do not define GZIP and BZIP2 macros. --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec') diff --git a/exec/Makefile b/exec/Makefile index 3fc82739..c72eb349 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -40,6 +40,6 @@ exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h include ../Makeconf -CPPFLAGS += -DGZIP -DBZIP2 # -DBFD +CPPFLAGS += # -DGZIP -DBZIP2 -DBFD exec.static exec: $(OBJS) $(library_deps) -- cgit v1.2.3