From aa886fe60862c0c1cf37c95804f151d367280c38 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 13 Dec 2024 11:20:26 +0300 Subject: [PATCH] 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"