CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/03/28 02:07:32
Modified files:
audio/tagtool : Makefile
audio/tagtool/patches: patch-src_Makefile_in
Log message:
tagtool: unbreak & enable debug packages
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