wpa_supplicant/libnl3-includes.patch

14 lines
472 B
Diff
Raw Normal View History

2014-10-30 17:10:54 +00:00
diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak
index cdb913e..e9fc83c 100644
--- a/src/drivers/drivers.mak
+++ b/src/drivers/drivers.mak
@@ -35,7 +35,7 @@ NEED_RFKILL=y
2012-03-02 22:29:12 +00:00
ifdef CONFIG_LIBNL32
DRV_LIBS += -lnl-3
DRV_LIBS += -lnl-genl-3
2013-05-07 20:12:27 +00:00
- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
2012-03-02 22:29:12 +00:00
+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
2014-10-30 17:10:54 +00:00
ifdef CONFIG_LIBNL3_ROUTE
DRV_LIBS += -lnl-route-3
DRV_CFLAGS += -DCONFIG_LIBNL3_ROUTE