[Bug 288901] www/obhttpd: Mark as PIE_UNSAFE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288901] www/obhttpd: Mark as PIE_UNSAFE"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Aug 2025 14:44:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288901
--- Comment #4 from Älven <alven@FreeBSD.org> ---
(In reply to Nikola Kolev from comment #3)
Hi Nikola,
Yes, you are right: I indeed try to build all the packages WITH_PIE=yes to find
any potential breakages and then mark them with PIE_UNSAFE=yes for builders
like poudriere (or just make) automatically switch off the PIE just for
building such ports unless (if) they could be fixed, while still building all
other ports WITH_PIE=yes.
I could, of course turn this my setting off making these ports build OK, I just
liked to help to mark them as PIE_UNSAFE explicitly in the tree for all the
people who may use them.
I was to propose something simple, like:
.if ${ARCH} == amd64
PIE_UNSAFE=yes
.endif
What would you say?
--
You are receiving this mail because:
You are the assignee for the bug.