From 5fff612e0a051d524b5fd9d7d4a27bba1c2ea286 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 14 Sep 2008 11:12:39 +0000 Subject: Make Boa IPv6-ready. Patch by Alina Friedrichsen. Thanks a lot. --- libs/sgi-webuci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/sgi-webuci/Makefile') 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 $@ $< -- cgit v1.2.3