[Openvpn-devel] [PATCH v2] configure: enable DCO by default on FreeBSD/Linux

2023-02-06 Thread Frank Lichtenheld
Automatically disabled when - iproute2 is enabled (Don't want to force people specifying --disable-dco explicitely) - libnv is missing on FreeBSD (FreeBSD version too old anyway) Will still error out if libnl-genl is missing on Linux to make people aware of new dependency. Signed-off-by: Fran

[Openvpn-devel] [PATCH] configure: fix formatting of --disable-lz4 and --enable-comp-stub

2023-02-06 Thread Frank Lichtenheld
Make consistent with the other options. Signed-off-by: Frank Lichtenheld --- configure.ac | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) A small issue I noticed when staring at configure.ac for "enable DCO by default" patch. diff --git a/configure.ac b/configure.ac index acfa

Re: [Openvpn-devel] [PATCH v2] configure: enable DCO by default on FreeBSD/Linux

2023-02-06 Thread Selva Nair
Hi, On Mon, Feb 6, 2023 at 6:24 AM Frank Lichtenheld wrote: > Automatically disabled when > - iproute2 is enabled > (Don't want to force people specifying --disable-dco explicitely) > - libnv is missing on FreeBSD > (FreeBSD version too old anyway) > > Will still error out if libnl-genl is m