]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Comment out CONFIG_IPV6 for now in RADIUS library build
authorJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 10:18:22 +0000 (12:18 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 24 Dec 2009 10:18:22 +0000 (12:18 +0200)
This needs to be used consistently in order to get correct size for
struct hostapd_ip_addr.

radius_example/Makefile
src/radius/Makefile

index 2649d263cf3efc6c3b976a997784c55c738cbc36..92e992c82a43de8c7777636bb31e10aecf8217e7 100644 (file)
@@ -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)
index 32f572f723b18daf032e675fe736a7a9dd785318..054331caa8a586e5558e1d0ab9cbffa74ef0007e 100644 (file)
@@ -10,7 +10,7 @@ install:
 
 include ../lib.rules
 
-CFLAGS += -DCONFIG_IPV6
+#CFLAGS += -DCONFIG_IPV6
 
 LIB_OBJS= \
        radius.o \