netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Andrea Claudi <aclaudi@redhat.com>, netdev@vger.kernel.org
Cc: stephen@networkplumber.org, bluca@debian.org, phil@nwl.cc,
	haliu@redhat.com
Subject: Re: [PATCH iproute2 v5 0/7] configure: add support for libdir option
Date: Fri, 15 Oct 2021 18:02:03 -0600	[thread overview]
Message-ID: <e892800e-b914-78c8-f6af-033a5dd2144e@gmail.com> (raw)
In-Reply-To: <cover.1634199240.git.aclaudi@redhat.com>

On 10/14/21 2:50 AM, Andrea Claudi wrote:
> This series add support for the libdir parameter in iproute2 configure
> script. The idea is to make use of the fact that packaging systems may
> assume that 'configure' comes from autotools allowing a syntax similar
> to the autotools one, and using it to tell iproute2 where the distro
> expects to find its lib files.
> 
> Patches 1-2 fix a parsing issue on current configure options, that may
> trigger an endless loop when no value is provided with some options;
> 
> Patch 3 fixes a parsing issue bailing out when more than one value is
> provided for a single option;
> 
> Patch 4 simplifies options parsing, moving semantic checks out of the
> while loop processing options;
> 
> Patch 5 introduces support for the --opt=value style on current options,
> for uniformity;
> 
> Patch 6 adds the --prefix option, that may be used by some packaging
> systems when calling the configure script;
> 
> Patch 7 finally adds the --libdir option, and also drops the static
> LIBDIR var from the Makefile.
> 

applied to net-next. Thanks for working on this.

  parent reply	other threads:[~2021-10-16  0:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14  8:50 [PATCH iproute2 v5 0/7] configure: add support for libdir option Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 1/7] configure: fix parsing issue on include_dir option Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 2/7] configure: fix parsing issue on libbpf_dir option Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 3/7] configure: fix parsing issue with more than one value per option Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 4/7] configure: simplify options parsing Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 5/7] configure: support --param=value style Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 6/7] configure: add the --prefix option Andrea Claudi
2021-10-14  8:50 ` [PATCH iproute2 v5 7/7] configure: add the --libdir option Andrea Claudi
2021-10-14 10:10   ` Phil Sutter
2021-10-14 11:02     ` Andrea Claudi
2021-10-14 11:17       ` Phil Sutter
2021-10-16  0:02 ` David Ahern [this message]
2021-10-16  0:02   ` [PATCH iproute2 v5 0/7] configure: add support for libdir option David Ahern

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=e892800e-b914-78c8-f6af-033a5dd2144e@gmail.com \
    --to=dsahern@gmail.com \
    --cc=aclaudi@redhat.com \
    --cc=bluca@debian.org \
    --cc=haliu@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=phil@nwl.cc \
    --cc=stephen@networkplumber.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).