From patchwork Mon Apr 8 16:14:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: michael-dev X-Patchwork-Id: 234827 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from maxx.maxx.shmoo.com (maxx.shmoo.com [205.134.188.171]) by ozlabs.org (Postfix) with ESMTP id CFFA42C00D2 for ; Tue, 9 Apr 2013 02:18:51 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 4D91B9C11F; Mon, 8 Apr 2013 12:18:21 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BJs3ewzH6IIa; Mon, 8 Apr 2013 12:18:21 -0400 (EDT) Received: from maxx.shmoo.com (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 26FFF9C141; Mon, 8 Apr 2013 12:17:06 -0400 (EDT) X-Original-To: mailman-post+hostap@maxx.shmoo.com Delivered-To: mailman-post+hostap@maxx.shmoo.com Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id A6FE89C11F for ; Mon, 8 Apr 2013 12:17:04 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0QjDfgt2+lmH for ; Mon, 8 Apr 2013 12:17:01 -0400 (EDT) Received: from mail.fem.tu-ilmenau.de (mail.fem.tu-ilmenau.de [141.24.101.79]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 8D7B79C120 for ; Mon, 8 Apr 2013 12:16:49 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.fem.tu-ilmenau.de (Postfix) with ESMTP id 1D0FE68FC; Mon, 8 Apr 2013 18:16:49 +0200 (CEST) X-Virus-Scanned: amavisd-new at fem.tu-ilmenau.de Received: from mail.fem.tu-ilmenau.de ([127.0.0.1]) by localhost (mail.fem.tu-ilmenau.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FvHLOkc-lOdR; Mon, 8 Apr 2013 18:16:47 +0200 (CEST) Received: from a234.fem.tu-ilmenau.de (unknown [10.42.51.234]) by mail.fem.tu-ilmenau.de (Postfix) with ESMTP; Mon, 8 Apr 2013 18:16:44 +0200 (CEST) Received: by a234.fem.tu-ilmenau.de (Postfix, from userid 1001) id 00A0DD0A8B; Mon, 8 Apr 2013 18:14:22 +0200 (CEST) From: michael-dev@fami-braun.de To: hostap@lists.shmoo.com Subject: [PATCH 1/1] Fix build of VLAN_NETLINK. Date: Mon, 8 Apr 2013 18:14:20 +0200 Message-Id: <1365437660-10267-1-git-send-email-michael-dev@fami-braun.de> X-Mailer: git-send-email 1.8.1.5 Cc: projekt-wlan@fem.tu-ilmenau.de X-BeenThere: hostap@lists.shmoo.com X-Mailman-Version: 2.1.11 Precedence: list List-Id: HostAP Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: hostap-bounces@lists.shmoo.com Errors-To: hostap-bounces@lists.shmoo.com From: Michael Braun Signed-hostap: Michael Braun --- hostapd/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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