projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1003f84
)
file: Fix FTBFS due to missing dependency
author
Volker Christian
<
[email protected]
>
Sat, 5 Aug 2023 18:00:00 +0000
(20:00 +0200)
committer
Hannu 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
patch
|
blob
|
history
diff --git
a/libs/file/Makefile
b/libs/file/Makefile
index 25941eccec54752321037540a6fad7f2ddf04f6e..eaf8e501d7a35ab7e3cd8730bd3bfe3cd702497e 100644
(file)
--- a/
libs/file/Makefile
+++ b/
libs/file/Makefile
@@
-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