diff options
author | Daniel Mack <zonque@gmail.com> | 2011-12-03 18:03:29 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-26 08:41:36 +0100 |
commit | 11f7a7b4fb676ae6db33c03402e624ad5b5d6968 (patch) | |
tree | fe50b5298c505be925c8be22260f58eb40bd877d /package/hostapd/hostapd-0.7.3-libnl3.patch | |
parent | 4f266b685f487d92208f07c0f5b2fa50e042bf06 (diff) |
hostapd: fix build with new libnl-3
The CFLAGS have to be augmented for the include dir and a small patch
will make the binary link to libnl-3 and libnl-genl-3 instead of libnl
and libnl-gen.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hostapd/hostapd-0.7.3-libnl3.patch')
-rw-r--r-- | package/hostapd/hostapd-0.7.3-libnl3.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/hostapd/hostapd-0.7.3-libnl3.patch b/package/hostapd/hostapd-0.7.3-libnl3.patch new file mode 100644 index 000000000..e47da73dd --- /dev/null +++ b/package/hostapd/hostapd-0.7.3-libnl3.patch @@ -0,0 +1,15 @@ +--- a/src/drivers/drivers.mak 2011-11-29 19:09:23.889942913 +0100 ++++ b/src/drivers/drivers.mak 2011-11-29 19:09:40.637381428 +0100 +@@ -31,10 +31,10 @@ + NEED_AP_MLME=y + NEED_NETLINK=y + NEED_LINUX_IOCTL=y +-DRV_LIBS += -lnl ++DRV_LIBS += -lnl-3 + + ifdef CONFIG_LIBNL20 +-DRV_LIBS += -lnl-genl ++DRV_LIBS += -lnl-genl-3 + DRV_CFLAGS += -DCONFIG_LIBNL20 + endif + endif |