static: util-linux cumple link=static (15 arregladas)
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user