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.