Edit

IABSD.fr/ports/audio/tagtool

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-03-28 08:07:31
    Hash : 6dacc309
    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