diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-28 18:36:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-28 18:36:27 +0000 |
commit | 8b55782ed8cf428c83cab291259d005f2f966f9e (patch) | |
tree | 724c6c47156796f8f4099cdd18ad2906041704cb /libs/sgi-webuci/Makefile | |
parent | 0942fcc70be2ffa28158d64aa6dfacd68b747067 (diff) |
* luci/sgi/webuci: fix boa IPv4 support, thanks Alina!
Diffstat (limited to 'libs/sgi-webuci/Makefile')
-rw-r--r-- | libs/sgi-webuci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile index cea6c748a..81ed3fe23 100644 --- a/libs/sgi-webuci/Makefile +++ b/libs/sgi-webuci/Makefile @@ -36,7 +36,7 @@ $(BOA_DIR)/.configured: $(BOA_DIR)/.patched touch $@ boa-compile: $(BOA_DIR)/.configured - $(MAKE) -C $(BOA_DIR)/src CC=$(CC) CFLAGS="$(CFLAGS) -DINET6 -DACCEPT_ON" + $(MAKE) -C $(BOA_DIR)/src CC=$(CC) CFLAGS="$(CFLAGS) -DINET6 -DACCEPT_ON -DWHEN_DOES_THIS_APPLY" %.o: %.c $(COMPILE) $(LUA_CFLAGS) -I$(BOA_DIR)/src $(FPIC) -c -o $@ $< |