From: Daniel Engberg Date: Sat, 3 Dec 2016 01:33:09 +0000 (+0100) Subject: libs/libarchive: Fix unintended linking of liblz4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2057d7c790112c16e321290bb721c2416a437099;p=openwrt-packages.git 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 --- diff --git a/libs/libarchive/Makefile b/libs/libarchive/Makefile index 4bbd8d382..b1a69e206 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