diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-24 12:18:22 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-24 12:18:22 +0200 |
commit | 64ce68fc420c4cb99e042140222f1720b6ff916d (patch) | |
tree | f7d7480ae29a67b74c1053b1287f236707edb1e6 /radius_example | |
parent | e20845184a0ae33307d74b5e78bb7692c05f37b1 (diff) | |
download | external_wpa_supplicant_8_ti-64ce68fc420c4cb99e042140222f1720b6ff916d.zip external_wpa_supplicant_8_ti-64ce68fc420c4cb99e042140222f1720b6ff916d.tar.gz external_wpa_supplicant_8_ti-64ce68fc420c4cb99e042140222f1720b6ff916d.tar.bz2 |
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.
Diffstat (limited to 'radius_example')
-rw-r--r-- | radius_example/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |