Hi, On Fri, Jun 01, 2012 at 07:53:49PM +0200, Mirko Vogt wrote: > The OpenVPN stuff needs some love in general. I'll try to get openvpn, > openvpn-devel and openvpn-polarssl consolidated and reworked in a > reasonable way this weekend / next week (which includes updating > openvpn-polarssl).
Thanks for your work - this is really so much better than what was
there before. Especially using git directly is nice.
openvpn-devel-polarssl is not compiling for me right now, though --
some linkage problem around symbols that should be in pf.o and
are not. Some bits of the code see ENABLE_PF as "#define'ed", and
others as #undef, so the caller compiles the function call in,
and pf.o is compiled into an empty module...
This is upstream breakage for the combination of --disable-plugins +
PolarSSL, caused by historically accumulated #ifdef brokenness in too
many places.
As a quick fix, just remove "#include <config.h>" from "ssl_polarssl.h".
We'll get this fixed upstream in one way or the other, and I'll send
over a new commit ID with the fix.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert Doering - Munich, Germany [email protected]
fax: +49-89-35655025 [email protected]
pgpYFWvTAlJmB.pgp
Description: PGP signature
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
