pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust193: close one pkglint issue by declaring paxctl as a tool.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Sat Mar 7 17:14:05 2026 +0000
Changeset: 885cbffa6c1abde213f411e6176a0add3d5d11a1
Modified Files:
rust193/Makefile
Log Message:
rust193: close one pkglint issue by declaring paxctl as a tool.
This comes from main pkgsrc lang/rust/Makefile revision 1.354.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=885cbffa6c1abde213f411e6176a0add3d5d11a1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust193/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/rust193/Makefile b/rust193/Makefile
index 73b62ed144..0bcedcb10d 100644
--- a/rust193/Makefile
+++ b/rust193/Makefile
@@ -659,10 +659,11 @@ do-install:
.endif
.if ${MACHINE_PLATFORM:MNetBSD-*-i386}
+USE_TOOLS+= paxctl
# Turn off Address space layout randomization
# so that we can build firefox natively:
post-install:
- paxctl +a ${DESTDIR}${PREFIX}/bin/rustc
+ ${TOOLS_PLATFORM.paxctl} +a ${DESTDIR}${PREFIX}/bin/rustc
.endif
SUBST_CLASSES+= destdir
Home |
Main Index |
Thread Index |
Old Index