Fix MinGW build with CONFIG_EAP_TNC=y
MinGW does not use -ldl so do not add this unconditionally.
This commit is contained in:
parent
7818ad2c8f
commit
53c256a476
1 changed files with 2 additions and 0 deletions
|
@ -571,8 +571,10 @@ OBJS += ../src/eap_peer/tncc.o
|
||||||
OBJS_h += ../src/eap_server/eap_tnc.o
|
OBJS_h += ../src/eap_server/eap_tnc.o
|
||||||
OBJS_h += ../src/eap_server/tncs.o
|
OBJS_h += ../src/eap_server/tncs.o
|
||||||
NEED_BASE64=y
|
NEED_BASE64=y
|
||||||
|
ifndef CONFIG_NATIVE_WINDOWS
|
||||||
LIBS += -ldl
|
LIBS += -ldl
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_IEEE8021X_EAPOL
|
ifdef CONFIG_IEEE8021X_EAPOL
|
||||||
# IEEE 802.1X/EAPOL state machines (e.g., for RADIUS authentication)
|
# IEEE 802.1X/EAPOL state machines (e.g., for RADIUS authentication)
|
||||||
|
|
Loading…
Reference in a new issue