aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py-mopidy-beets
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-06 22:23:56 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-07 18:41:55 +0200
commit9686793792a2c40a872ebbb2b86fa537f22491ad (patch)
tree83752b6f0e6f2ca05a25373832722f0eb2e4f45f /unmaintained/py-mopidy-beets
parent5f5f852407d176edf3596f5dcde0cd7aa21d446c (diff)
community/go: Fix the `cannot find runtime/cgo`-warning
This warning seems to be emitted since we build with `-shared` for PIE by default through our `default-buildmode-pie.patch`. Building with shared linkage requires depending on CGO. The patch, however, doesn't force a dependency on CGO. As with android we need to force external linkage in order to always depend on CGO thereby resolving this warning. I am unsure whether this is really the best way to fix the problem since I don't know enough about the internals of the go compiler. However, I am under the impression that the person who originally committed the patch isn't familiar with the compiler internals either. Thus it's probably ok to push this as is.
Diffstat (limited to 'unmaintained/py-mopidy-beets')
0 files changed, 0 insertions, 0 deletions