From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Giuseppe Longo <giuseppelng@gmail.com>
Cc: "netfilter-devel@vger.kernel.org" <netfilter-devel@vger.kernel.org>
Subject: Re: [iptables PATCH] configure: exit if libnftnl is not found
Date: Wed, 13 Apr 2016 01:27:53 +0200 [thread overview]
Message-ID: <20160412232753.GA21546@salvia> (raw)
In-Reply-To: <CAFpD06RfmQe5gJO_VJo=2Ke-JqN3yMkge8xeEA0VNzy_uypSpQ@mail.gmail.com>
On Sat, Apr 09, 2016 at 10:46:40AM +0200, Giuseppe Longo wrote:
> >> @@ -128,6 +128,13 @@ if test "x$enable_nftables" = "xyes"; then
> >>
> >> PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.0.5], [nftables=1], [nftables=0])
> >>
> >> + if test "$nftables" = 0;
> >> + then
> >> + echo "*** Error: No suitable libnftnl found. ***"
> >> + echo " Please install the 'libnftnl' package."
> >
> > I'm going to take this patch, but mangle it to include this information too:
> >
> > echo " Or consider --disable-nftables to skip "
> > echo " iptables-compat over nftables support."
> >
>
> I can send a v2 of this patch with these changes.
> I think a similar patch is needed for libmnl because
> there is a same issue.
Fine with me, I'd appreciate if you send a v2. Thanks!
prev parent reply other threads:[~2016-04-12 23:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-27 10:05 [iptables PATCH] configure: exit if libnftnl is not found Giuseppe Longo
2016-03-27 12:51 ` Jan Engelhardt
[not found] ` <CAFpD06TyVSe5_YvsNoJV9LFbHsFGaWhBPu-C=PtVcrVVZbzH4g@mail.gmail.com>
2016-03-27 20:29 ` Jan Engelhardt
2016-04-08 12:55 ` Pablo Neira Ayuso
2016-04-09 8:46 ` Giuseppe Longo
2016-04-12 23:27 ` Pablo Neira Ayuso [this message]
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=20160412232753.GA21546@salvia \
--to=pablo@netfilter.org \
--cc=giuseppelng@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).