From: Jouni Malinen Date: Thu, 24 Dec 2009 10:18:22 +0000 (+0200) Subject: Comment out CONFIG_IPV6 for now in RADIUS library build X-Git-Tag: hostap_0_7_1~239 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=commitdiff_plain;h=64ce68fc420c4cb99e042140222f1720b6ff916d Comment out CONFIG_IPV6 for now in RADIUS library build This needs to be used consistently in order to get correct size for struct hostapd_ip_addr. --- diff --git a/radius_example/Makefile b/radius_example/Makefile index 2649d26..92e992c 100644 --- a/radius_example/Makefile +++ b/radius_example/Makefile @@ -31,6 +31,8 @@ LIBS += ../src/utils/libutils.a ../src/radius/libradius.a: $(MAKE) -C ../src/radius +#CLAGS += -DCONFIG_IPV6 + OBJS_ex = radius_example.o radius_example: $(OBJS_ex) $(LIBS) diff --git a/src/radius/Makefile b/src/radius/Makefile index 32f572f..054331c 100644 --- a/src/radius/Makefile +++ b/src/radius/Makefile @@ -10,7 +10,7 @@ install: include ../lib.rules -CFLAGS += -DCONFIG_IPV6 +#CFLAGS += -DCONFIG_IPV6 LIB_OBJS= \ radius.o \