From 1400d7f0b1d111c14015ea9b4e0aadaf0a0167a9 Mon Sep 17 00:00:00 2001 From: sergio Date: Fri, 17 Jul 2026 06:51:15 -0400 Subject: [PATCH] static: util-linux cumple link=static (15 arregladas) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 367 ficheros, lista intacta vs el sellado viejo. b3:2a937a913b52 LDFLAGS="-all-static -no-pie" inyectado en las líneas make de compile e install. samurai revertida: con -static su binario (samu) SIGUE dinámico ⇒ el control la echó atrás. libcap revertida: mi regex rompió el TOML (parse error línea 37); su make ya pasa CC/BUILD_CC/AR explícitos y necesita mano, no regex. Co-Authored-By: Claude Opus 4.8 --- recipes/util-linux.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/util-linux.toml b/recipes/util-linux.toml index babc2e78..0363bd28 100644 --- a/recipes/util-linux.toml +++ b/recipes/util-linux.toml @@ -64,10 +64,10 @@ compile = ''' for f in tools/all_errnos tools/all_syscalls; do sed -i 's#^"$@" -MD#a=(); for x in "$@"; do [ "$x" = "-mcpu=baseline" ] || a+=("$x"); done\n"${a[@]}" -MD#' "$f" done -make +make LDFLAGS="-all-static -no-pie" ''' install = ''' -make DESTDIR="/out" install +make DESTDIR="/out" install LDFLAGS="-all-static -no-pie" ''' # deps de Alpine/nix remapeadas al catálogo canónico. AUSENTES quitadas: