wok view hostapd/stuff/hostap_allow-linking-with-libnl-3.2.patch @ rev 13649

Added: gvolwheel & pnmixer (tray volume control); netrik (text web browser/pager); nanoshot (python tray screenshot tool); font-manager; fbterm (framebuffer terminal); faenza-icon-theme (need clean more)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 16 02:22:49 2012 +0000 (2012-11-16)
parents
children
line source
1 diff -up wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo wpa_supplicant-1.0-rc2/src/drivers/drivers.mak
2 --- wpa_supplicant-1.0-rc2/src/drivers/drivers.mak.foo 2012-03-02 16:11:43.176448714 -0600
3 +++ wpa_supplicant-1.0-rc2/src/drivers/drivers.mak 2012-03-02 16:12:29.759866341 -0600
4 @@ -48,7 +48,7 @@ NEED_RFKILL=y
5 ifdef CONFIG_LIBNL32
6 DRV_LIBS += -lnl-3
7 DRV_LIBS += -lnl-genl-3
8 - DRV_CFLAGS += -DCONFIG_LIBNL20
9 + DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0`
10 else
11 ifdef CONFIG_LIBNL_TINY
12 DRV_LIBS += -lnl-tiny