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:
parent
1003f84ead
commit
3ee4f030b5
1 changed files with 2 additions and 0 deletions
|
@ -56,8 +56,10 @@ CONFIGURE_ARGS += \
|
||||||
--enable-xzlib \
|
--enable-xzlib \
|
||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
--disable-libseccomp \
|
--disable-libseccomp \
|
||||||
|
--disable-lzlib \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-warnings \
|
--disable-warnings \
|
||||||
|
--disable-zstdlib \
|
||||||
--without-pic
|
--without-pic
|
||||||
|
|
||||||
MAKE_PATH := src
|
MAKE_PATH := src
|
||||||
|
|
Loading…
Reference in a new issue