From 69ee19a5c67060d311d37a3f7ce0e7d14d0f3cd3 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 29 Jan 2014 04:45:11 +0000 Subject: [PATCH] core/linux fix --- core/linux/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/linux/PKGBUILD b/core/linux/PKGBUILD index ce7c267c0..0a90c2ff7 100644 --- a/core/linux/PKGBUILD +++ b/core/linux/PKGBUILD @@ -111,6 +111,8 @@ msg2 "Set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param) build() { cd "${srcdir}/linux-${_basekernel}" + unset LDFLAGS + # get kernel version make prepare