openconnect: avoid possible implicit dependency on liblz4
authorJo-Philipp Wich <jo@mein.io>
Thu, 19 May 2016 09:41:44 +0000 (11:41 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 22 May 2016 15:44:51 +0000 (17:44 +0200)
commitd45a8bb443d1080f3bc311e013fd58c9bf975a8f
treeb16a96b1b31768d359825e5244ae3851dcc591bf
parent2c7e41efebd409f91a702c3e4f41e96af0c94415
openconnect: avoid possible implicit dependency on liblz4

If the liblz4 library exists within the build environment, the openconnect
configure will pick it up and start depending on it, leading to the following
build error:

    Package openconnect is missing dependencies for the following libraries:
    liblz4.so.1

Disable LZ4 support in configure in order to avoid this implicit,
nondeterministic dependency.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
net/openconnect/Makefile