wok rev 13457
hostpad: add missing file
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 23:49:54 2012 +0200 (2012-10-07) |
parents | 709cbb548990 |
children | 37812c117a49 |
files | hostapd/stuff/hostap_allow-linking-with-libnl-3.2.patch |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hostapd/stuff/hostap_allow-linking-with-libnl-3.2.patch Sun Oct 07 23:49:54 2012 +0200 1.3 @@ -0,0 +1,12 @@ 1.4 +diff -up wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo wpa_supplicant-1.0-rc2/src/drivers/drivers.mak 1.5 +--- wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo 2012-03-02 16:11:43.176448714 -0600 1.6 ++++ wpa_supplicant-1.0-rc2/src/drivers/drivers.mak 2012-03-02 16:12:29.759866341 -0600 1.7 +@@ -48,7 +48,7 @@ NEED_RFKILL=y 1.8 + ifdef CONFIG_LIBNL32 1.9 + DRV_LIBS += -lnl-3 1.10 + DRV_LIBS += -lnl-genl-3 1.11 +- DRV_CFLAGS += -DCONFIG_LIBNL20 1.12 ++ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0` 1.13 + else 1.14 + ifdef CONFIG_LIBNL_TINY 1.15 + DRV_LIBS += -lnl-tiny