mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-antivirus/lkrg: add more kernel config checks
Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user