* Disable Boa gunzip support
This commit is contained in:
parent
0ce532556c
commit
aeb411d19d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue