file: Fix FTBFS due to missing dependency
authorVolker Christian <[email protected]>
Sat, 5 Aug 2023 18:00:00 +0000 (20:00 +0200)
committerHannu Nyman <[email protected]>
Sun, 6 Aug 2023 07:00:25 +0000 (10:00 +0300)
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 <[email protected]>
libs/file/Makefile

index 25941eccec54752321037540a6fad7f2ddf04f6e..eaf8e501d7a35ab7e3cd8730bd3bfe3cd702497e 100644 (file)
@@ -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