Browse Source

Merge pull request #3611 from diizzyy/patch-26

libs/libarchive: Fix unintended linking of liblz4
lilik-openwrt-22.03
Jo-Philipp Wich 8 years ago
committed by GitHub
parent
commit
a413685c58
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/libarchive/Makefile

+ 1
- 0
libs/libarchive/Makefile View File

@ -65,6 +65,7 @@ CONFIGURE_ARGS += \
--without-lzo2 \
--without-nettle \
--without-xml2 \
--without-lz4 \
ifeq ($(BUILD_VARIANT),noopenssl)
CONFIGURE_ARGS += --without-openssl


Loading…
Cancel
Save