file: Fix FTBFS due to missing dependency
authorVolker Christian <me@vchrist.at>
Sat, 5 Aug 2023 18:00:00 +0000 (20:00 +0200)
committerTianling Shen <cnsztl@gmail.com>
Mon, 28 Aug 2023 00:53:28 +0000 (08:53 +0800)
commit2cba6cd07b7fc1072400e2cfa1ea10bf6e46347f
tree9b2d1a8088d084b504bb8505f78ec0583878148b
parentd99e9f66cd99def49e8554f1fae6d07eb377e4eb
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>
(cherry picked from commit 3ee4f030b525d8d7c56605735df1c44d1362f026)
libs/file/Makefile