* Disable Boa gunzip support

This commit is contained in:
Steven Barth 2008-06-11 20:16:41 +00:00
parent 0ce532556c
commit aeb411d19d

View file

@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series
touch $@ touch $@
$(BOA_DIR)/.configured: $(BOA_DIR)/.patched $(BOA_DIR)/.configured: $(BOA_DIR)/.patched
(cd $(BOA_DIR); ./configure --disable-debug) (cd $(BOA_DIR); ./configure --disable-debug --disable-gunzip)
touch $@ touch $@
boa-compile: $(BOA_DIR)/.configured boa-compile: $(BOA_DIR)/.configured