lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 75f2d6f71eeb9f0feeaea9afbd475bdfa3c243a9
parent cb80335e93d793c804149d69886131970bcf000a
Author: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Date:   Sun, 27 Nov 2016 18:06:11 +0100

ocserv: explicitly disable lz4 building

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>

Diffstat:
Mnet/ocserv/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 \