From: James Chapman <jchapman@katalix.com>
To: shemminger@vyatta.com
Cc: netdev@vger.kernel.org
Subject: [RFC PATCH 1/2] iproute2: Add libnl support.
Date: Thu, 18 Mar 2010 18:14:21 +0000 [thread overview]
Message-ID: <20100318181421.6862.72693.stgit@bert.katalix.com> (raw)
In-Reply-To: <20100318181416.6862.60894.stgit@bert.katalix.com>
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
next prev parent reply other threads:[~2010-03-18 18:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 18:14 [RFC PATCH 0/2] iproute2: Introduce new commands for L2TPv3 unmanaged tunnels James Chapman
2010-03-18 18:14 ` James Chapman [this message]
2010-03-18 18:14 ` [RFC PATCH 2/2] iproute2: Add support for static L2TPv3 tunnels James Chapman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100318181421.6862.72693.stgit@bert.katalix.com \
--to=jchapman@katalix.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox