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] 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-26 Thread Gert Doering
Hi, On Tue, Jun 26, 2012 at 05:03:26PM +0300, 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(-) >

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

2012-06-26 Thread Alon Bar-Lev
This removes the Linux from the help string. On Tue, Jun 26, 2012 at 5:03 PM, 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

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

2012-06-26 Thread Alon Bar-Lev
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(-) diff --git a/configure.ac b/configure.ac index db19d4a..d3d974d 100644 --- a/confi

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

2012-06-26 Thread Alon Bar-Lev
If anyone here is opened minded - still. This shows that default should be "no" for all plugins. Distro maintainer should decide what to switch on. Anyway, this is my recommendation. On Tue, Jun 26, 2012 at 4:55 PM, Alon Bar-Lev wrote: > pam cannot be compiled on OpenBSD and Windows. > down-root

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

2012-06-26 Thread Alon Bar-Lev
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(-) diff --git a/configure.ac b/configure.ac index db19d4a..b1140f8 100644 --- a/confi

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

2012-06-26 Thread Gert Doering
Hi, On Tue, Jun 26, 2012 at 04:45:55PM +0300, Alon Bar-Lev wrote: > pam cannot be compiled on *BSD and Windows. *Open*BSD. Not *BSD. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert Doering - Munich, Germ

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

2012-06-26 Thread Alon Bar-Lev
pam cannot be compiled on *BSD and Windows. down-root cannot be compiled on Windows. Signed-off-by: Alon Bar-Lev --- configure.ac | 20 +++- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index db19d4a..9fb24ad 100644 --- a/configure