nodejs: disable PaX mprotect hardening (#20301)

Closes #19951
This commit is contained in:
Sophie Taylor
2016-11-10 03:19:47 +01:00
committed by Franz Pletz
parent dc02c7c53f
commit ba27636b58
+1
View File
@@ -56,6 +56,7 @@ in
'';
postInstall = ''
paxmark m $out/bin/node
PATH=$out/bin:$PATH patchShebangs $out
'';