commit:     db90f62ac3b5f8b873951e7e99fc0625e4f1bbe8
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 04:50:52 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 04:51:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db90f62a

app-antivirus/lkrg: add more kernel config checks

Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-antivirus/lkrg/lkrg-0.9.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to