lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a413685c587a3c3c23a323c9942ff46e6157154d
parent 799610ca8eed9e9fc1999b38bd6580208c82c179
Author: Jo-Philipp Wich <jo@mein.io>
Date:   Sat,  3 Dec 2016 10:32:13 +0100

Merge pull request #3611 from diizzyy/patch-26

libs/libarchive: Fix unintended linking of liblz4
Diffstat:
Mlibs/libarchive/Makefile | 1+
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