pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: golang "Cannot write-enable text segment" issue (net/syncthing)
On Mon, 2 Mar 2026 19:38:52 +0000 (UTC)
Benny Siegert <bsiegert%netbsd.org@localhost> wrote:
> - make sure all the C code is compiled with -fPIC, maybe via wrappers?
Ironically it turns out -fPIC *is* the problem. It is added by pkgsrc
through wrappers by default.
MKPIE_SUPPORTED=no in the package Makefile solves the issue for me.
Home |
Main Index |
Thread Index |
Old Index