commit dc6c219257f284c868d17479c2d9c9a7f31a2afa
Author: rofl0r <retnyg_AT_gmx.net>
Date: Sat Jun 16 16:57:39 2018 +0100
sucks: glib doesn't support static linking
diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md
index 859c142e..491e9bb0 100644
--- a/suckless.org/sucks/index.md
+++ b/suckless.org/sucks/index.md
_AT_@ -19,7 +19,8 @@ possible to avoid them. If you use them, consider looking for alternatives.
since it [aborts in out-of-memory situations][8].
glib usage is required to write gtk+ and gnome applications, but is also used
when common functionality is needed (e.g. hashlists, base64 decoder, etc).
- it is not suited at all for static linking due to its huge size.
+ it is not suited at all for static linking due to its huge size and the
+ authors explicitly state that ["static linking is not supported"][19].
Alternatives: [libmowgli][9], [libulz][10]
_AT_@ -41,6 +42,7 @@ possible to avoid them. If you use them, consider looking for alternatives.
[10]:
https://github.com/rofl0r/libulz
[11]: //libs.suckless.org/libzahl
[12]:
https://github.com/suiginsoft/hebimath
+[19]:
https://bugzilla.gnome.org/show_bug.cgi?id=768215#c16
Build Systems
-------------
Received on Sat Jun 16 2018 - 17:57:51 CEST