netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 iproute2] configure: add support for libdir param
@ 2021-10-02 16:41 Andrea Claudi
  2021-10-02 16:41 ` [PATCH 1/2 iproute2] configure: support --param=value style Andrea Claudi
  2021-10-02 16:41 ` [PATCH 2/2 iproute2] configure: add the --libdir param Andrea Claudi
  0 siblings, 2 replies; 6+ messages in thread
From: Andrea Claudi @ 2021-10-02 16:41 UTC (permalink / raw)
  To: netdev; +Cc: stephen, dsahern, bluca

This series add support for the libdir parameter in iproute2 configure
system. 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.

The first patch introduce support for the --param=value style on current
params, for uniformity.

The second patch add support for the libdir param to the configure, and
also drops the static LIBDIR var from the Makefile.

Andrea Claudi (2):
  configure: support --param=value style
  configure: add the --libdir param

 Makefile  |  7 ++++---
 configure | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-04 12:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-02 16:41 [PATCH 0/2 iproute2] configure: add support for libdir param Andrea Claudi
2021-10-02 16:41 ` [PATCH 1/2 iproute2] configure: support --param=value style Andrea Claudi
2021-10-04  1:28   ` David Ahern
2021-10-02 16:41 ` [PATCH 2/2 iproute2] configure: add the --libdir param Andrea Claudi
2021-10-04 11:52   ` Luca Boccassi
2021-10-04 12:45     ` Andrea Claudi

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).