From: Steven Barth Date: Wed, 11 Jun 2008 20:16:41 +0000 (+0000) Subject: * Disable Boa gunzip support X-Git-Tag: 0.8.0~832 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=aeb411d19d6b22ff17695f5a8be8cadf93445d9e * Disable Boa gunzip support --- diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index f81721fc0..656db032e 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