[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150410132513.6a8f20fa@urahara>
Date: Fri, 10 Apr 2015 13:25:13 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jiri Benc <jbenc@...hat.com>
Cc: netdev@...r.kernel.org, Vadim Kochan <vadim4j@...il.com>
Subject: Re: [PATCH iproute2] configure: add missing INCLUDE to netnsid
detection
On Wed, 8 Apr 2015 21:42:00 +0200
Jiri Benc <jbenc@...hat.com> wrote:
> Fixes: d116ff34145b0 ("ip netns: Fix rtnl error while print netns list")
> Signed-off-by: Jiri Benc <jbenc@...hat.com>
> ---
> The whole check added by d116ff34145b0 is dubious, though. This should be
> a run time check, not a compile time one.
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 631938e97206..e54f4b6db5e8 100755
> --- a/configure
> +++ b/configure
> @@ -224,7 +224,7 @@ check_netnsid()
> #include <linux/rtnetlink.h>
> int test_def = RTM_GETNSID;
> EOF
> - $CC -c $TMPDIR/netnsid.c >/dev/null 2>&1
> + $CC -I$INCLUDE -c $TMPDIR/netnsid.c >/dev/null 2>&1
> if [ $? -eq 0 ]
> then
> echo "IP_CONFIG_NETNSID:=y" >> Config
Merged, but always up for a better solution in future.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists