mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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.
This commit is contained in:
parent
e20845184a
commit
64ce68fc42
@ -31,6 +31,8 @@ LIBS += ../src/utils/libutils.a
|
|||||||
../src/radius/libradius.a:
|
../src/radius/libradius.a:
|
||||||
$(MAKE) -C ../src/radius
|
$(MAKE) -C ../src/radius
|
||||||
|
|
||||||
|
#CLAGS += -DCONFIG_IPV6
|
||||||
|
|
||||||
OBJS_ex = radius_example.o
|
OBJS_ex = radius_example.o
|
||||||
|
|
||||||
radius_example: $(OBJS_ex) $(LIBS)
|
radius_example: $(OBJS_ex) $(LIBS)
|
||||||
|
@ -10,7 +10,7 @@ install:
|
|||||||
|
|
||||||
include ../lib.rules
|
include ../lib.rules
|
||||||
|
|
||||||
CFLAGS += -DCONFIG_IPV6
|
#CFLAGS += -DCONFIG_IPV6
|
||||||
|
|
||||||
LIB_OBJS= \
|
LIB_OBJS= \
|
||||||
radius.o \
|
radius.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user