libs/libarchive: Fix unintended linking of liblz4
authorDaniel Engberg <redacted>
Sat, 3 Dec 2016 01:33:09 +0000 (02:33 +0100)
committerGitHub <redacted>
Sat, 3 Dec 2016 01:33:09 +0000 (02:33 +0100)
Fixes unintended linking of liblz4
Thanks to hnyman for making me aware of this issue.

Signed-off-by: Daniel Engberg <redacted>
libs/libarchive/Makefile

index 4bbd8d382a3a8aac3059d6887a7b91ea85f4e710..b1a69e206ea760064d36dc4b70964b48a3b81e64 100644 (file)
@@ -65,6 +65,7 @@ CONFIGURE_ARGS += \
        --without-lzo2 \
        --without-nettle \
        --without-xml2 \
+       --without-lz4 \
 
 ifeq ($(BUILD_VARIANT),noopenssl)
        CONFIGURE_ARGS += --without-openssl
git clone https://git.99rst.org/PROJECT