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:
17e0cee
)
gnutls: disable brotli
18868/head
author
Nick Hainke
<vincent@systemli.org>
Tue, 5 Jul 2022 13:30:48 +0000
(15:30 +0200)
committer
Nick Hainke
<vincent@systemli.org>
Tue, 5 Jul 2022 13:30:48 +0000
(15:30 +0200)
Disable the brotli library by default. It is not used and may prevent
linking issues in the future.
Signed-off-by: Nick Hainke <vincent@systemli.org>
libs/gnutls/Makefile
patch
|
blob
|
history
diff --git
a/libs/gnutls/Makefile
b/libs/gnutls/Makefile
index 919f6f590dc18ab13c68f726225cc4fe2b1252d1..4c5af6a0fb05c175481c9c1d936b2deb1eaf3924 100644
(file)
--- a/
libs/gnutls/Makefile
+++ b/
libs/gnutls/Makefile
@@
-135,6
+135,7
@@
CONFIGURE_ARGS+= \
--with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
--with-pic \
--with-system-priority-file="" \
+ --without-brotli \
--without-zlib \
--without-zstd