Re: [Openvpn-devel] ENABLE_PF and config.h breakage

2012-06-15 Thread David Sommerseth
On 14/06/12 16:44, Gert Doering wrote: > Hi, > > openvpn-devel in the current openwrt tree is broken, due to upstream- > breakage. > > For the record, it's built like this: > > $ ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux > --build=i686-pc-linux-gnu --program-prefix= --

Re: [Openvpn-devel] ENABLE_PF and config.h breakage

2012-06-14 Thread Alon Bar-Lev
Right. config.h should be included in all C sources never in .h file, it is also not protected for multiple includes. Don't know why the polarssl had this, as syshead used to perform this in the past so it should not have existed also in the past. Thanks, Alon. On Thu, Jun 14, 2012 at 5:44 PM, Ge

[Openvpn-devel] ENABLE_PF and config.h breakage

2012-06-14 Thread Gert Doering
Hi, openvpn-devel in the current openwrt tree is broken, due to upstream- breakage. For the record, it's built like this: $ ./configure --target=mips-openwrt-linux --host=mips-openwrt-linux --build=i686-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/usr --exec-prefix=/usr --bindi