git: 6a6d224b16c4 - main - misc/dahdi: Mark as PIE_UNSAFE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Aug 2025 13:36:13 UTC
The branch main has been updated by alven:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6a6d224b16c4e4c66ed76c240ddc687008614f66
commit 6a6d224b16c4e4c66ed76c240ddc687008614f66
Author: Älven <alven@FreeBSD.org>
AuthorDate: 2025-08-03 19:10:24 +0000
Commit: Älven <alven@FreeBSD.org>
CommitDate: 2025-08-18 13:34:14 +0000
misc/dahdi: Mark as PIE_UNSAFE
PR: 288624
Approved by: yuri@ (Mentor)
MFH: 2025Q3
---
misc/dahdi/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile
index 1cea8a5808aa..4a50135ed641 100644
--- a/misc/dahdi/Makefile
+++ b/misc/dahdi/Makefile
@@ -26,6 +26,8 @@ MAKE_ENV= HOST_CC=${CC}
CONFLICTS= zaptel
+PIE_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g'\
${WRKSRC}/dahdi_cfg.c ${WRKSRC}/fxotune.c\