summaryrefslogtreecommitdiff
path: root/sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild')
-rw-r--r--sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild b/sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild
index 6537397e..8756bb0f 100644
--- a/sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild
+++ b/sys-kernel/linux-image-lts/linux-image-lts-4.14.35.ebuild
@@ -34,6 +34,9 @@ RDEPEND="${DEPEND}"
S="$WORKDIR/kernel-linux-${KV_FULL}"
pkg_setup() {
+ export KBUILD_BUILD_USER="nexus"
+ export KBUILD_BUILD_HOST="nexus.redcorelinux.org"
+
export REAL_ARCH="$ARCH"
unset ARCH ; unset LDFLAGS #will interfere with Makefile if set
}