From 2057d7c790112c16e321290bb721c2416a437099 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 3 Dec 2016 02:33:09 +0100 Subject: [PATCH] libs/libarchive: Fix unintended linking of liblz4 Fixes unintended linking of liblz4 Thanks to hnyman for making me aware of this issue. Signed-off-by: Daniel Engberg --- libs/libarchive/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index 4bbd8d382a..b1a69e206e 100644 --- a/libs/libarchive/Makefile +++ b/libs/libarchive/Makefile @@ -65,6 +65,7 @@ CONFIGURE_ARGS += \ --without-lzo2 \ --without-nettle \ --without-xml2 \ + --without-lz4 \ ifeq ($(BUILD_VARIANT),noopenssl) CONFIGURE_ARGS += --without-openssl