X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fsgi-webuci%2FMakefile;h=f81721fc095e110d98b16a4655129920933d0041;hp=fe5fbb8038babc9c7db04e089a2c8f79148513ba;hb=0ce532556c304c370a0e2511567e499ea8d5342f;hpb=dc157c4dda60288fff57400144c1b2c7f6ca6683 diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index fe5fbb8038..f81721fc09 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -2,7 +2,7 @@ include ../../build/config.mk include ../../build/gccconfig.mk include ../../build/module.mk -BOA_VERSION = 0.94.13 +BOA_VERSION = 0.94.14rc21 BOA_SITE = http://www.boa.org BOA_DIR = boa-$(BOA_VERSION) BOA_FILE = $(BOA_DIR).tar.gz @@ -32,7 +32,7 @@ $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series touch $@ $(BOA_DIR)/.configured: $(BOA_DIR)/.patched - (cd $(BOA_DIR)/src; ./configure --disable-debug) + (cd $(BOA_DIR); ./configure --disable-debug) touch $@ boa-compile: $(BOA_DIR)/.configured