[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100318181421.6862.72693.stgit@bert.katalix.com>
Date: Thu, 18 Mar 2010 18:14:21 +0000
From: James Chapman <jchapman@...alix.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: [RFC PATCH 1/2] iproute2: Add libnl support.
This patch links the ip utility with libnl, which must be separately
installed. This lets new functionality use libnl to implement its
netlink interfaces.
Package developers will need to add libnl to the iproute2 package
dependencies.
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 77a85c6..c47435d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall
CFLAGS = $(CCOPTS) -I../include $(DEFINES)
YACCFLAGS = -d -t -v
-LDLIBS += -L../lib -lnetlink -lutil
+LDLIBS += -L../lib -lnetlink -lutil -lnl
SUBDIRS=lib ip tc misc netem genl
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists