build: Use updated libnl3 header paths
libnl3's headers live in /usr/include/libnl3 for some time now. Signed-hostap: Dan Williams <dcbw@redhat.com>
This commit is contained in:
parent
a3f7e5186b
commit
e7ecddf33a
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ NEED_RFKILL=y
|
|||
ifdef CONFIG_LIBNL32
|
||||
DRV_LIBS += -lnl-3
|
||||
DRV_LIBS += -lnl-genl-3
|
||||
DRV_CFLAGS += -DCONFIG_LIBNL20
|
||||
DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
||||
else
|
||||
ifdef CONFIG_LIBNL_TINY
|
||||
DRV_LIBS += -lnl-tiny
|
||||
|
|
|
@ -30,7 +30,7 @@ NEED_RFKILL=y
|
|||
ifdef CONFIG_LIBNL32
|
||||
DRV_LIBS += -lnl-3
|
||||
DRV_LIBS += -lnl-genl-3
|
||||
DRV_CFLAGS += -DCONFIG_LIBNL20
|
||||
DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
|
||||
else
|
||||
ifdef CONFIG_LIBNL_TINY
|
||||
DRV_LIBS += -lnl-tiny
|
||||
|
|
Loading…
Reference in a new issue