diff options
Diffstat (limited to 'app-antivirus/lkrg')
-rw-r--r-- | app-antivirus/lkrg/lkrg-0.9.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-antivirus/lkrg/lkrg-0.9.2.ebuild b/app-antivirus/lkrg/lkrg-0.9.2.ebuild index 6ebde500879b..05421d7d8ec1 100644 --- a/app-antivirus/lkrg/lkrg-0.9.2.ebuild +++ b/app-antivirus/lkrg/lkrg-0.9.2.ebuild @@ -22,7 +22,8 @@ MODULE_NAMES="p_lkrg(misc:${S}:${S})" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/openwall.asc" pkg_setup() { - local CONFIG_CHECK="MODULE_UNLOAD KALLSYMS_ALL JUMP_LABEL" + CONFIG_CHECK="HAVE_KRETPROBES KALLSYMS_ALL KPROBES JUMP_LABEL" + CONFIG_CHECK+=" MODULE_UNLOAD !PREEMPT_RT ~STACKTRACE" linux-mod_pkg_setup # compile against selected (not running) target |