Re: [Openvpn-devel] [PATCH] build: plugins: set defaults using a complex logic

2012-06-27 Thread Samuli Seppänen
Without this patch cross-compiling for Windows on Linux failed because --enable-plugin-pam/-down-root was on by default. With this patch building succeeded. ACK. -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock > pam cannot be compiled on OpenBSD and Wi

Re: [Openvpn-devel] [PATCH] build: plugins: set defaults using a complex logic

2012-06-27 Thread David Sommerseth
On 26/06/12 16:03, Alon Bar-Lev wrote: > pam cannot be compiled on OpenBSD and Windows. > down-root cannot be compiled on Windows. > > Signed-off-by: Alon Bar-Lev > --- > configure.ac | 21 - > 1 files changed, 16 insertions(+), 5 deletions(-) > Applied to master. commi

Re: [Openvpn-devel] [PATCH] Added notes about upgrading from 2.3-alpha1 and earlier to INSTALL-win32.txt

2012-06-27 Thread David Sommerseth
On 26/06/12 11:02, sam...@openvpn.net wrote: > From: Samuli Seppänen > > Signed-off-by: Samuli Seppänen > --- > INSTALL-win32.txt | 24 > 1 files changed, 24 insertions(+), 0 deletions(-) Applied to master. commit 0e77af9e2e3c66150fc26760bdee1172d888f911 Author: Sa