wok-current annotate hostapd/stuff/hostap_allow-linking-with-libnl-3.2.patch @ rev 13785
llvm: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 04 19:02:47 2013 +0100 (2013-01-04) |
parents | |
children |
rev | line source |
---|---|
erjo@13457 | 1 diff -up wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo wpa_supplicant-1.0-rc2/src/drivers/drivers.mak |
erjo@13457 | 2 --- wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo 2012-03-02 16:11:43.176448714 -0600 |
erjo@13457 | 3 +++ wpa_supplicant-1.0-rc2/src/drivers/drivers.mak 2012-03-02 16:12:29.759866341 -0600 |
erjo@13457 | 4 @@ -48,7 +48,7 @@ NEED_RFKILL=y |
erjo@13457 | 5 ifdef CONFIG_LIBNL32 |
erjo@13457 | 6 DRV_LIBS += -lnl-3 |
erjo@13457 | 7 DRV_LIBS += -lnl-genl-3 |
erjo@13457 | 8 - DRV_CFLAGS += -DCONFIG_LIBNL20 |
erjo@13457 | 9 + DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0` |
erjo@13457 | 10 else |
erjo@13457 | 11 ifdef CONFIG_LIBNL_TINY |
erjo@13457 | 12 DRV_LIBS += -lnl-tiny |