lttng-modules: mark as broken on grsec

All hydra builds against grsec kernels fail; seemingly because
the PaX hardening plugins are incompatible with lttng-modules
(the code writes to locations marked as read-only).
This commit is contained in:
Joachim Fasting 2016-03-27 01:33:59 +01:00
parent 2182fd52ad
commit 1939256550

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ lgpl21 gpl2 mit ];
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
broken = (kernel.features.grsecurity or false);
};
}