mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +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