wok-current diff hostapd/stuff/hostap_allow-linking-with-libnl-3.2.patch @ rev 14032
gocr: use pnm2png, not pnmtopng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 11:06:24 2013 +0100 (2013-02-18) |
parents | |
children |
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 Mon Feb 18 11:06:24 2013 +0100 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