[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121003085335.67ef66da@nehalam.linuxnetplumber.net>
Date: Wed, 3 Oct 2012 08:53:35 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Matt Burgess <matthew@...uxfromscratch.org>
Cc: netdev@...r.kernel.org
Subject: Re: iproute2-3.6.0 assumes presence of iptables
On Tue, 02 Oct 2012 19:01:32 +0100
Matt Burgess <matthew@...uxfromscratch.org> wrote:
> Hi,
>
> When compiling iproute2-3.6.0 on a host that doesn't have iptables available, I get the following error:
>
> gcc -Wall -Wstrict-prototypes -O2 -I../include -DRESOLVE_HOSTNAMES
> -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE
> -DCONFIG_GACT -DCONFIG_GACT_PROB -DYY_NO_INPUT -c -o em_ipset.o
> em_ipset.c
> em_ipset.c:26:21: fatal error: xtables.h: No such file or directory
>
> Fixed by the following patch, which guards the building of em_ipset.o on
> the presence of suitable headers.
>
> Thanks,
>
> Matt.
Applied
--
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