spice-gtk-0.41-r1 fails to link during build due to excess -export-symbols param
Based on the information in the sys-devel/mold bug tracker the linker params are constructed in a way that breaks linking and only works because it is being ignored when building shared library with GNU ld (-fuse-ld=bfd).
More specifically there's an excess param -export-symbols /path/to/sym/file
that breaks linking even with GNU ld if forced.
.../spice-gtk-0.39/src/spice-glib-sym-file: file format not recognized; treating as linker script
.../spice-glib-sym-file:2: syntax error
Please see the linked bug report: https://github.com/rui314/mold/issues/931