Enable IPv6 support for libutils.a and libradius.a
This commit is contained in:
parent
6aa9e7a64a
commit
1b9eb51bbd
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ install:
|
|||
|
||||
include ../lib.rules
|
||||
|
||||
#CFLAGS += -DCONFIG_IPV6
|
||||
CFLAGS += -DCONFIG_IPV6
|
||||
|
||||
LIB_OBJS= \
|
||||
radius.o \
|
||||
|
|
|
@ -11,6 +11,7 @@ install:
|
|||
include ../lib.rules
|
||||
|
||||
#CFLAGS += -DWPA_TRACE
|
||||
CFLAGS += -DCONFIG_IPV6
|
||||
|
||||
LIB_OBJS= \
|
||||
base64.o \
|
||||
|
|
Loading…
Reference in a new issue