All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crda: fix compilation with libnl-3.0
@ 2012-12-10 15:58 Vladimir Kondratiev
  2012-12-11 23:26   ` [wireless-regdb] " Luis R. Rodriguez
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir Kondratiev @ 2012-12-10 15:58 UTC (permalink / raw)
  To: Johannes Berg, Luis R . Rodriguez
  Cc: wireless-regdb, linux-wireless, linville

>From 97f1b27e02740ce6bb83c548de0c0a7fbe9b648f Mon Sep 17 00:00:00 2001
From: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Date: Mon, 10 Dec 2012 17:54:29 +0200
Subject: [PATCH] crda: fix compilation with libnl-3.0

On the distributives that use libnl v.3, libnl-genl named
libnl-genl-3.

Checked for both rpm based distros and Ubuntu.

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 084d8e5..f5bd130 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ NL3FOUND := $(shell pkg-config --atleast-version=3 libnl-3.0 && echo Y)
 
 ifeq ($(NL3FOUND),Y)
 CFLAGS += -DCONFIG_LIBNL30
-NLLIBS += -lnl-genl
+NLLIBS += -lnl-genl-3
 NLLIBNAME = libnl-3.0
 else
 	ifeq ($(NL2FOUND),Y)
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-10 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 15:58 [PATCH] crda: fix compilation with libnl-3.0 Vladimir Kondratiev
2012-12-11 23:26 ` Luis R. Rodriguez
2012-12-11 23:26   ` [wireless-regdb] " Luis R. Rodriguez
2013-01-10 19:16   ` Xose Vazquez Perez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.