commit 2057d7c790112c16e321290bb721c2416a437099
parent 799610ca8eed9e9fc1999b38bd6580208c82c179
Author: Daniel Engberg <daniel.engberg.lists@pyret.net>
Date: Sat, 3 Dec 2016 02:33:09 +0100
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 <daniel.engberg.lists@pyret.net>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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