David Sommerseth on Tue, 2016/11/29 00:47:
> On 28/11/16 17:16, Christian Hesse wrote:
> > From: Christian Hesse
> >
> > For plugin lookup (give relative path to plugin directory in
> > configuration) we had to configure with something like this:
> >
> > CFLAGS="$CFLAGS
> > -DPLUGIN_LIBDIR=\\\"
On 28/11/16 17:16, Christian Hesse wrote:
> From: Christian Hesse
>
> For plugin lookup (give relative path to plugin directory in
> configuration) we had to configure with something like this:
>
> CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn/plugins\\\"" ./configure
>
> This allows to
From: Christian Hesse
For plugin lookup (give relative path to plugin directory in
configuration) we had to configure with something like this:
CFLAGS="$CFLAGS -DPLUGIN_LIBDIR=\\\"/usr/lib/openvpn/plugins\\\"" ./configure
This allows to pass --enable-plugin-lookup to configure to achieve the
sa