From aeb411d19d6b22ff17695f5a8be8cadf93445d9e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 11 Jun 2008 20:16:41 +0000 Subject: [PATCH] * Disable Boa gunzip support --- libs/sgi-webuci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index f81721fc09..656db032e7 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series touch $@ $(BOA_DIR)/.configured: $(BOA_DIR)/.patched - (cd $(BOA_DIR); ./configure --disable-debug) + (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip) touch $@ boa-compile: $(BOA_DIR)/.configured -- 2.30.2