From: Nikos Mavrogiannopoulos Date: Sun, 27 Nov 2016 17:06:11 +0000 (+0100) Subject: ocserv: explicitly disable lz4 building X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2887c2c10f9b69834f3e386c751181742bf30f73;p=feed%2Fpackages.git ocserv: explicitly disable lz4 building Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 0b6a84aaed..01f4781a60 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)/" \