diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-11-27 18:06:11 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-11-27 18:06:11 +0100 |
commit | 75f2d6f71eeb9f0feeaea9afbd475bdfa3c243a9 (patch) | |
tree | 6a1dc0016bad1213aa0aba3fdfcf00e361fcbc19 /net/ocserv/Makefile | |
parent | cb80335e93d793c804149d69886131970bcf000a (diff) |
ocserv: explicitly disable lz4 building
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r-- | net/ocserv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index fc5a086db..5d71761a9 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -60,6 +60,7 @@ CONFIGURE_ARGS+= \ --enable-local-libopts \ --with-libreadline-prefix="$(STAGING_DIR)/" \ --without-libnl \ + --without-lz4 \ --without-gssapi \ --with-libcrypt-prefix="$(STAGING_DIR)/" \ --without-lz4 \ |