openconnect: avoid possible implicit dependency on liblz4
authorJo-Philipp Wich <[email protected]>
Thu, 19 May 2016 09:41:44 +0000 (11:41 +0200)
committerJo-Philipp Wich <[email protected]>
Thu, 19 May 2016 09:41:44 +0000 (11:41 +0200)
commit06d9094348ce912bd3989cae2ea43ec836d5ea05
treec1ea672eb6d7e521fa038b344b487121e33360b6
parentba451bd8aab15d2be0ca0d53ff064e4ef5ce4318
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 <[email protected]>
net/openconnect/Makefile