]> git.xonotic.org Git - xonotic/netradiant.git/commit
freebsd: do not strip binaries when installing, that breaks them (truncated ELF file)
authorThomas Debesse <dev@illwieckz.net>
Sat, 6 Mar 2021 23:03:22 +0000 (00:03 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sun, 7 Mar 2021 01:06:23 +0000 (02:06 +0100)
commit9d605d309f7d7fe5d19c76cc1b039cc4c0a9b13e
treefbec9269c5fe50f8dc9791e978f20c746e566a92
parente844fa8d0ab125e51378a0f96132bbed2e3ef096
freebsd: do not strip binaries when installing, that breaks them (truncated ELF file)

Note: I have not tried to strip binaries that had not rpath being patched,
but for sure stripping breaks binaries produced with the current toolchain.

$ ldd netradiant
elf_load_section: truncated ELF file
nr: signal 6

./netradiant
elf_load_section: truncated ELF file
Abort trap
easy-builder