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>
This commit is contained in:
parent
799610ca8e
commit
2057d7c790
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ CONFIGURE_ARGS += \
|
||||||
--without-lzo2 \
|
--without-lzo2 \
|
||||||
--without-nettle \
|
--without-nettle \
|
||||||
--without-xml2 \
|
--without-xml2 \
|
||||||
|
--without-lz4 \
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),noopenssl)
|
ifeq ($(BUILD_VARIANT),noopenssl)
|
||||||
CONFIGURE_ARGS += --without-openssl
|
CONFIGURE_ARGS += --without-openssl
|
||||||
|
|
Loading…
Reference in a new issue