terra: apply PaX markings

For grsecurity support
This commit is contained in:
Joachim Fasting
2016-06-23 01:00:23 +02:00
parent 9d052a2c39
commit 9983937d1a

View File

@@ -46,6 +46,10 @@ stdenv.mkDerivation rec {
''
;
postFixup = ''
paxmark m $bin/bin/terra
'';
buildInputs = with llvmPackages; [ which lua llvm clang-unwrapped ncurses ];
meta = with stdenv.lib; {