Re: [Openvpn-devel] [PATCH] lz4: Changing how LZ4 library handling is done

2017-09-07 Thread David Sommerseth
On 07/09/17 16:06, David Sommerseth wrote: > On 07/09/17 08:12, Gert Doering wrote: >> Hi, >> >> On Thu, Sep 07, 2017 at 03:22:25AM +0200, David Sommerseth wrote: >>> This change will expect the system to have LZ4 libraries and headers >>> installed by default. We still carry a bundled LZ4 library

Re: [Openvpn-devel] [PATCH] lz4: Changing how LZ4 library handling is done

2017-09-07 Thread David Sommerseth
On 07/09/17 08:12, Gert Doering wrote: > Hi, > > On Thu, Sep 07, 2017 at 03:22:25AM +0200, David Sommerseth wrote: >> This change will expect the system to have LZ4 libraries and headers >> installed by default. We still carry a bundled LZ4 library, which >> must now be explicitly enabled through

Re: [Openvpn-devel] [PATCH] lz4: Changing how LZ4 library handling is done

2017-09-06 Thread Gert Doering
Hi, On Thu, Sep 07, 2017 at 03:22:25AM +0200, David Sommerseth wrote: > This change will expect the system to have LZ4 libraries and headers > installed by default. We still carry a bundled LZ4 library, which > must now be explicitly enabled through providing --enable-bundled-lz4 > to ./configure

Re: [Openvpn-devel] [PATCH] lz4: Changing how LZ4 library handling is done

2017-09-06 Thread Antonio Quartulli
On 07/09/17 09:22, David Sommerseth wrote: > This change will expect the system to have LZ4 libraries and headers > installed by default. We still carry a bundled LZ4 library, which > must now be explicitly enabled through providing --enable-bundled-lz4 > to ./configure. Otherwise, as before, -

[Openvpn-devel] [PATCH] lz4: Changing how LZ4 library handling is done

2017-09-06 Thread David Sommerseth
This change will expect the system to have LZ4 libraries and headers installed by default. We still carry a bundled LZ4 library, which must now be explicitly enabled through providing --enable-bundled-lz4 to ./configure. Otherwise, as before, --disable-lz4 will completely remove any LZ4 support.