Comment 1 for bug 2028146

Revision history for this message
Shengjing Zhu (zhsj) wrote :

the error is

 767s github.com/gotk3/gotk3/gdk: invalid flag in pkg-config --cflags: -Wl,--export-dynamic

a workaround is to set `export CGO_CFLAGS_ALLOW := "-Wl,--export-dynamic"` in ymuse debian/rules, but i think gmodule puts that in wrong place.