Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/03/12 12:34, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- configure.ac | > 1 - 1 files changed, 0 insertions(+), 1 deletions(-) > ACK! Applied to master branches on -testing and stable trees. commit 020cbe3f7a64279af2bd14e615422f058

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 01:02:13PM +0200, Alon Bar-Lev wrote: > > Tested on FreeBSD 7.4 -> configure works fine now, make builds, resulting > > binary exists... > > > > gert@fbsd74:/home/gert/alon/test$ ./src/openvpn/openvpn --version > > OpenVPN 2.3_alpha1 amd64-unknown-freebsd7.4 [SSL (OpenS

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Alon Bar-Lev
On Mon, Mar 26, 2012 at 1:00 PM, Gert Doering wrote: > Hi, > > On Mon, Mar 26, 2012 at 12:34:07PM +0200, Alon Bar-Lev wrote: >> Signed-off-by: Alon Bar-Lev >> --- >>  configure.ac |    1 - >>  1 files changed, 0 insertions(+), 1 deletions(-) > > Tested on FreeBSD 7.4 -> configure works fine now,

Re: [Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Gert Doering
Hi, On Mon, Mar 26, 2012 at 12:34:07PM +0200, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > configure.ac |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Tested on FreeBSD 7.4 -> configure works fine now, make builds, resulting binary exists... gert@fbsd74:/home/gert/al

[Openvpn-devel] [PATCH] build: assume dlfcn is available on all supported platforms

2012-03-26 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index bd84c0f..a30e873 100644 --- a/configure.ac +++ b/configure.ac @@ -840,7 +840,6 @@ if test "${enable_crypto}" = "yes"; then fi if test "${enabl