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
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

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; {