diff options
author | Steven Barth <steven@midlink.org> | 2008-09-14 11:12:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-14 11:12:39 +0000 |
commit | 5fff612e0a051d524b5fd9d7d4a27bba1c2ea286 (patch) | |
tree | a124dddd111bc028462b152b3c9be8f9b08725ef /libs/sgi-webuci/Makefile | |
parent | e491e675880f338c68214ce8f6ec6584d21623d9 (diff) |
Make Boa IPv6-ready. Patch by Alina Friedrichsen. Thanks a lot.
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 c7f70eb5c8..cea6c748a0 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)" + $(MAKE) -C $(BOA_DIR)/src CC=$(CC) CFLAGS="$(CFLAGS) -DINET6 -DACCEPT_ON" %.o: %.c $(COMPILE) $(LUA_CFLAGS) -I$(BOA_DIR)/src $(FPIC) -c -o $@ $< |