aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-29 23:04:22 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-29 23:12:36 +0100
commit93c4a548b0aa06c2b5fd40467b80e945e081be24 (patch)
treec6ed88d751eff9d855dbf7a23c5c739b1c70c0c2 /defaults/config.sh
parentsandbox: Set unique SANDBOX_LOG values to avoid collisions (diff)
downloadgenkernel-93c4a548b0aa06c2b5fd40467b80e945e081be24.tar.gz
genkernel-93c4a548b0aa06c2b5fd40467b80e945e081be24.tar.bz2
genkernel-93c4a548b0aa06c2b5fd40467b80e945e081be24.zip
defaults/config.sh: Use --buildpkg=n and --usepkg=n in DEFAULT_MODULEREBUILD_CMD
While we call emerge with "--ignore-default-opts" since commit da5a5fa797a5fffa6c4d694cbfe2edc83bab4890 to avoid conflicting emerge options, we also need to ensure that we don't clash with problematic emerge FEATURES like "getbinpkg". Reported-by: Rick Farina <zerochaos@gentoo.org> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'defaults/config.sh')
-rw-r--r--defaults/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/config.sh b/defaults/config.sh
index 694b3e9..fed5355 100644
--- a/defaults/config.sh
+++ b/defaults/config.sh
@@ -34,7 +34,7 @@ DEFAULT_COMPRESS_INITRD_TYPE=best
PORTAGE_MAKEOPTS="$(portageq envvar MAKEOPTS)"
DEFAULT_MAKEOPTS="${PORTAGE_MAKEOPTS:- -j2}"
-DEFAULT_MODULEREBUILD_CMD="emerge --ignore-default-opts --quiet-build=y @module-rebuild"
+DEFAULT_MODULEREBUILD_CMD="emerge --ignore-default-opts --buildpkg=n --usepkg=n --quiet-build=y @module-rebuild"
DEFAULT_KERNEL_MAKE=make
DEFAULT_UTILS_MAKE=make