lol

polkit: Add support for grsecurity

+6
+6
pkgs/development/libraries/polkit/default.nix
··· 58 58 59 59 makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0 INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0"; 60 60 61 + # The following is required on grsecurity/PaX due to spidermonkey's JIT 62 + postBuild = '' 63 + paxmark mr src/polkitbackend/.libs/polkitd 64 + paxmark mr test/polkitbackend/.libs/polkitbackendjsauthoritytest 65 + ''; 66 + 61 67 #doCheck = true; # some /bin/bash problem that isn't auto-solved by patchShebangs 62 68 63 69 meta = with stdenv.lib; {