diff mbox

[1/1] Fix build of VLAN_NETLINK.

Message ID 1365437660-10267-1-git-send-email-michael-dev@fami-braun.de
State Rejected
Headers show

Commit Message

michael-dev April 8, 2013, 4:14 p.m. UTC
From: Michael Braun <michael-dev@fami-braun.de>

Signed-hostap: Michael Braun <michael-dev@fami-braun.de>
---
 hostapd/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/hostapd/Makefile b/hostapd/Makefile
index 8404e0c..cc29031 100644
--- a/hostapd/Makefile
+++ b/hostapd/Makefile
@@ -129,6 +129,8 @@  ifdef CONFIG_FULL_DYNAMIC_VLAN
 OBJS += ../src/ap/vlan_util.o
 endif
 CFLAGS += -DCONFIG_VLAN_NETLINK
+CFLAGS += -I /usr/include/libnl3
+LIBS += -lnl-3 -lnl-genl-3 -lnl-route-3 -lnl-nf-3 -lnl-cli-3
 endif
 endif