Files
Sergei Trofimovich 4cbb6bd6cb guile: disable stripping on linux as well (binutils-2.45 compat)
Without the change `weechat` fails to build on `binutils-2.45` as:

    Pre-boot error; key: misc-error, args: ("load-thunk-from-memory" "missing DT_GUILE_ENTRY" () #f)Subprocess aborted

This happens because `guile-3` uses `ELF` format to store guile bytecode
and `strip` sometimes destroys `guile`-specific details in `ELF` files.
2025-08-30 21:30:23 +01:00
..