From a6cab132b202ed576d54bfeb40f65da65490e32a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 19 Jul 2025 23:49:04 +0300 Subject: [PATCH] dump(build-systems.no-gnulib): update --- site/dump/build-systems/no-gnulib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/dump/build-systems/no-gnulib.md b/site/dump/build-systems/no-gnulib.md index 4e8606a..0e1bfd6 100644 --- a/site/dump/build-systems/no-gnulib.md +++ b/site/dump/build-systems/no-gnulib.md @@ -13,7 +13,7 @@ the most core-level bootstrapping needs is that it depends on Gnulib. Gnulib is a huge blob of C and 80 thousand lines of m4 that has crusted over 30+ years and is almost impossible to build correctly, has to be manually patched in every single program that embeds it, [^Gnulib is not a library, but a collection -of source files that you are supposed to embed into your library, so you can +of source files that you are supposed to embed into your program, so you can expect to be pulling your hair out as it is well-rooted into most programs that embed it. Have fun packaging it all!] rewards bad OSes and makes good OSes shrivel in pain & makes packagers go bald & makes issues hard to diagnose and