linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] iw: Removed the libnl-tiny >= 1 requirement
@ 2015-11-04  6:31 Dima Krasner
  2015-11-04  7:15 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Dima Krasner @ 2015-11-04  6:31 UTC (permalink / raw)
  To: linux-wireless

Hi,

Recent libnl-tiny revisions do not specify a version in the pkg-config data. This patch corrects libnl-tiny support added in the previous patch in the series, so it works with the latest revision too.

Cheers,
Dima

>From 84f4fbf5e9f765dafbb436b2593f13d1326a27ea Mon Sep 17 00:00:00 2001
From: Dima Krasner <dima@dimakrasner.com>
Date: Wed, 4 Nov 2015 07:57:04 +0200
Subject: [PATCH 2/2] Removed the libnl-tiny >= 1 requirement

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 63169a3..4077020 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ OBJS += $(OBJS-y) $(OBJS-Y)
 ALL = iw
 
 ifeq ($(NO_PKG_CONFIG),)
-NLTINYFOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-tiny && echo Y)
+NLTINYFOUND := $(shell $(PKG_CONFIG) libnl-tiny && echo Y)
 ifneq ($(NLTINYFOUND),Y)
 NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y)
 ifneq ($(NL3xFOUND),Y)
-- 
1.9.1


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

end of thread, other threads:[~2015-11-04  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04  6:31 [PATCH 2/2] iw: Removed the libnl-tiny >= 1 requirement Dima Krasner
2015-11-04  7:15 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).