mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
file: Fix FTBFS due to missing dependency
Fixes #21583 zstdlib and lzlib support is currently not neccessary for OpenWRT. Thus, Explicitly disable zstdlib and lzlib as they would be enabled automatically in case they are already installed. Signed-off-by: Volker Christian <me@vchrist.at>
This commit is contained in:
committed by
Hannu Nyman
parent
1003f84ead
commit
3ee4f030b5
@@ -56,8 +56,10 @@ CONFIGURE_ARGS += \
|
||||
--enable-xzlib \
|
||||
--enable-zlib \
|
||||
--disable-libseccomp \
|
||||
--disable-lzlib \
|
||||
--disable-rpath \
|
||||
--disable-warnings \
|
||||
--disable-zstdlib \
|
||||
--without-pic
|
||||
|
||||
MAKE_PATH := src
|
||||
|
||||
Reference in New Issue
Block a user