mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
6dacc30960
The upstream makefile passed -export-dynamic to the linker, which resulted in ld: warning: cannot find entry symbol xport-dynamic; not setting start address and garbage in the entry point, hence it segfaulted when ld.so attempted to start main. Problem reported by kn a while back