Linker changes for building eapol_test on OS X
Signed-off-by: Alan DeKok <aland@freeradius.org>
This commit is contained in:
parent
b0c70f37b7
commit
939471b9eb
3 changed files with 9 additions and 1 deletions
|
@ -54,7 +54,9 @@ else
|
|||
ifdef CONFIG_LIBNL_TINY
|
||||
DRV_LIBS += -lnl-tiny
|
||||
else
|
||||
DRV_LIBS += -lnl
|
||||
ifndef CONFIG_OSX
|
||||
DRV_LIBS += -lnl
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef CONFIG_LIBNL20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue