Date: Fri, 13 Dec 2024 08:23:26 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa886fe60862 - main - sysutils/intel-undervolt: mark as PIE_UNSAFE (+) Message-ID: <202412130823.4BD8NQjK086531@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa886fe60862c0c1cf37c95804f151d367280c38 commit aa886fe60862c0c1cf37c95804f151d367280c38 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-12-13 08:20:26 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-12-13 08:22:37 +0000 sysutils/intel-undervolt: mark as PIE_UNSAFE (+) Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC --- sysutils/intel-undervolt/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/intel-undervolt/Makefile b/sysutils/intel-undervolt/Makefile index be249d598aa6..0e3387f69d09 100644 --- a/sysutils/intel-undervolt/Makefile +++ b/sysutils/intel-undervolt/Makefile @@ -17,6 +17,8 @@ USE_GITHUB= yes GH_ACCOUNT= kitsunyan GNU_CONFIGURE= yes +PIE_UNSAFE= yes + MAKE_ARGS= CC="${CC}" \ SYSCONFDIR="${PREFIX}/etc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130823.4BD8NQjK086531>