]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
build: Use updated libnl3 header paths
authorDan Williams <dcbw@redhat.com>
Wed, 15 Aug 2012 17:44:33 +0000 (20:44 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 15 Aug 2012 17:44:33 +0000 (20:44 +0300)
libnl3's headers live in /usr/include/libnl3 for some time now.

Signed-hostap: Dan Williams <dcbw@redhat.com>

src/drivers/drivers.mak
src/drivers/drivers.mk

index 0a05b6d48dea08f092bbb960eb6ae456b5c50d8c..c7a98d31dc2093e9ab51dcaf4c95824f5de3cb29 100644 (file)
@@ -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
index 9e75a91370c98001a1a1a9defa877958d8394598..23fcbb7c5b228a19d0eaa74c061a6af7d3952069 100644 (file)
@@ -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