On Fri, Sep 17, 2010 at 10:38:14PM +0300, Julian Anastasov wrote:
>
> Hello,
>
> On Fri, 17 Sep 2010, Patrick McHardy wrote:
>
> > This one doesn't compile cleanly with CONFIG_IP_VS_NFCT=n:
> >
> > CC [M] net/netfilter/ipvs/ip_vs_ftp.o
> > net/netfilter/ipvs/ip_vs_ftp.c: In function 'ip_vs_ftp_out':
> > net/netfilter/ipvs/ip_vs_ftp.c:242: error: implicit declaration of
> > function 'ip_vs_nfct_expect_related'
>
> I'm able to reproduce it only by commenting
> CONFIG_IP_VS_FTP and CONFIG_IP_VS_NFCT and then this command fails:
>
> make net/netfilter/ipvs/ip_vs_ftp.o
>
> In all other cases if CONFIG_IP_VS_FTP is enabled
> the 'select IP_VS_NFCT' does its job and enables
> CONFIG_IP_VS_NFCT. Am I missing something?
>
> > Please fix this and resend.
I saw the same problem as Patrick when I ran
$ make oldconfig
$ make M=net/netfilter/ipvs/
However, it went away once I ran
$ make
Perhaps its just a build issue relating to a new .c file being added?
FWIW, the patch itself is
Acked-by: Simon Horman <horms@xxxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|