diff options
author | John Helmert III <ajak@gentoo.org> | 2022-03-14 23:50:52 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-03-14 23:51:38 -0500 |
commit | db90f62ac3b5f8b873951e7e99fc0625e4f1bbe8 (patch) | |
tree | a11cf0ef0cb89dfbfa8986bdc9adf8b0f4d2da48 /app-antivirus/lkrg | |
parent | dev-libs/gjs: Drop old versions (diff) | |
download | gentoo-db90f62ac3b5f8b873951e7e99fc0625e4f1bbe8.tar.gz gentoo-db90f62ac3b5f8b873951e7e99fc0625e4f1bbe8.tar.bz2 gentoo-db90f62ac3b5f8b873951e7e99fc0625e4f1bbe8.zip |
app-antivirus/lkrg: add more kernel config checks
Signed-off-by: John Helmert III <ajak@gentoo.org>
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 |