[Openvpn-devel] RHEL's rpmbuild needs slight modification to build from tarball from openvpn-2.3-alpha1.tar.gz

2012-06-14 Thread George Alexander
Hi everyone, I was building an rpm the other day of the latest release (it looks great, can't wait to try it out) and noticed a lil problem: It doesn't like "-" in version names... [root@server ~]# rpmbuild -tb openvpn-2.3-alpha1.tar.gz error: line 19: Illegal char '-' in version: Version:

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