public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Petr Machata <me@pmachata•org>
To: David Ahern <dsahern@kernel•org>
Cc: netdev@vger•kernel.org, me@pmachata•org, David Ahern <dsahern@gmail•com>
Subject: Re: [PATCH iproute2-next] Only compile mnl_utils when HAVE_LIBMNL is defined
Date: Thu, 03 Dec 2020 22:45:38 +0100	[thread overview]
Message-ID: <87o8jamum5.fsf@nvidia.com> (raw)
In-Reply-To: <20201203041101.11116-1-dsahern@kernel.org>


David Ahern <dsahern@kernel•org> writes:

> diff --git a/lib/Makefile b/lib/Makefile
> index e37585c6..603ea83e 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -13,7 +13,10 @@ UTILOBJ += bpf_libbpf.o
>  endif
>  endif
>  
> -NLOBJ=libgenl.o libnetlink.o mnl_utils.o
> +NLOBJ=libgenl.o libnetlink.o
> +ifeq ($(HAVE_LIBMNL),y)

This should test HAVE_MNL, not HAVE_LIBMNL.

  reply	other threads:[~2020-12-03 21:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03  4:11 [PATCH iproute2-next] Only compile mnl_utils when HAVE_LIBMNL is defined David Ahern
2020-12-03 21:45 ` Petr Machata [this message]
2020-12-03 22:39   ` 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=87o8jamum5.fsf@nvidia.com \
    --to=me@pmachata$(echo .)org \
    --cc=dsahern@gmail$(echo .)com \
    --cc=dsahern@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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