New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/24841#issuecomment-732338818 Comment: I think the issue above breaks this proposal completely, unless we can reliably hunt them down. On the other hand, templates like rclone could be built with PIE and that would solve the issue they had ( https://github.com/ericonr/void-packages/tree/rclone - specific commit: https://github.com/ericonr/void-packages/commit/d25bc6a80c1c24af540248e7c8e8bfc7f797adb7 ). So I think we should push forward with a simple way for go binaries to be built with PIE, but not change any defaults yet. @void-linux/pkg-committers thoughts? References: - https://github.com/golang/go/issues/10914 - https://github.com/golang/go/issues/17847 - https://go-review.googlesource.com/c/go/+/33106/ (fix for the above)