Make fails when recompiling kernel with FAST_IPSEC on 5.4

2005-08-23 Thread Frank Staals
Hey, Todya I tried recompiling my kernel with the FAST_IPSEC option, but when doing 'make' the compiling failed. The only thing changed in my existing kernel was the added line 'options FAST_IPSEC' , without that option it compiled fine last time. I'm running FreeBSD 5.4 i386.

Re: Make fails when recompiling kernel with FAST_IPSEC on 5.4

2005-08-23 Thread Kevin Kinsey
Frank Staals wrote: Hey, Todya I tried recompiling my kernel with the FAST_IPSEC option, but when doing 'make' the compiling failed. The only thing changed in my existing kernel was the added line 'options FAST_IPSEC' , without that option it compiled fine last time. I'm running FreeBSD