Re: [go-rpm-macros] Concerns about buildmode=pie

2021-10-07 Thread Rohan Kumar
I also brought up this topic in #alpine-devel on OFTC; I've attached the relevant logs, which brought up some interesting points. Perhaps we should reach out to Ian or Russel from the Go team to weigh in. -- /Seirdy 2021-10-05 18:03:41 Seirdy Hey, I noticed a certain Fedora issue I had was

[go-rpm-macros] Concerns about buildmode=pie

2021-10-05 Thread Rohan Kumar
Hi, I've been writing my first RPM spec[0] for one of my projects[1]. After running rpmbuild, I something peculiar: the resulting binaries were dynamically-linked according to the "file" command, even though I took care to never import anything that could enable CGO. The same thing happened t