Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread Matthias Andree
Am 30.12.2010 22:04, schrieb Mr Dash Four: > >> I think it would be good to integrate this with automake if the whole >> setup is >> to be integrated and these plugins are supposed to be built more or >> less officially. >> > Yep, that's what I meant. Better still, autogen can be utilised to do

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread Davide Brini
On Thu, 30 Dec 2010 21:02:25 + Mr Dash Four wrote: > On a side note, could you let me know how to submit a bug with the Trac > system - I spent a good couple of hours and still didn't manage to find > a way to submit a bug? You have to register. Start here: https://community.openvpn.net/p

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread Mr Dash Four
I think it would be good to integrate this with automake if the whole setup is to be integrated and these plugins are supposed to be built more or less officially. Yep, that's what I meant. Better still, autogen can be utilised to do the same thing, but automake is a good start.

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread Mr Dash Four
Your patch removes -Wall completely. No, it doesn't! "-Wall" is (normally) part of CFLAGS and is included "by default", so there is no need to be specified again here. If anything needs to be added, it has to be compile/link flags specific for this module and/or objects (like DLOPEN_PAM for e

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 30/12/10 17:08, Matthias Andree wrote: | Am 26.12.2010 18:32, schrieb Mr Dash Four: [...snip...] |> |> To prevent that I am enclosing a patch, which although fixes this |> problem I am of the opinion that it could be optimised further to |> co-exis

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread Matthias Andree
Am 26.12.2010 18:32, schrieb Mr Dash Four: > Due to the fact that I have spent the last two and a half hours trying > to find a place where to submit a bug report via the Trac system > (https://community.openvpn.net/openvpn) - and failing, miserably so - I > am submitting it here! > > In this v

Re: [Openvpn-devel] [OpenVPN 2.1.4 BUG]: hard-coded values in Makefiles for down-root and auth-pam plugins prevent cross compilation

2010-12-30 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/12/10 18:32, Mr Dash Four wrote: | Due to the fact that I have spent the last two and a half hours trying | to find a place where to submit a bug report via the Trac system | (https://community.openvpn.net/openvpn) - and failing, miserably so -