From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D90F613888F for ; Thu, 29 Oct 2015 20:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C78921C003; Thu, 29 Oct 2015 20:49:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BD2121C003 for ; Thu, 29 Oct 2015 20:49:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7E5B340BDA for ; Thu, 29 Oct 2015 20:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 612BF1A3C for ; Thu, 29 Oct 2015 20:49:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1446151774.6ae778059fa8bcd4c49167ce47cef36e4b421ed1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sysdig/sysdig-0.1.104.ebuild X-VCS-Directories: dev-util/sysdig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ae778059fa8bcd4c49167ce47cef36e4b421ed1 X-VCS-Branch: master Date: Thu, 29 Oct 2015 20:49:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a92fd42-a746-4fea-bc0a-8fddea030da9 X-Archives-Hash: 66698026d899ca94a84cccbe1dad39a1 commit: 6ae778059fa8bcd4c49167ce47cef36e4b421ed1 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 29 20:48:29 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 29 20:49:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae77805 dev-util/sysdig: Build against correct kernel, #564282 Pass KERNELDIR to kernel module build to force correct kernel source directory. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=564282 dev-util/sysdig/sysdig-0.1.104.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/sysdig/sysdig-0.1.104.ebuild b/dev-util/sysdig/sysdig-0.1.104.ebuild index 0c4d00a..b6f02fe 100644 --- a/dev-util/sysdig/sysdig-0.1.104.ebuild +++ b/dev-util/sysdig/sysdig-0.1.104.ebuild @@ -64,6 +64,7 @@ src_configure() { # setup linux-mod ugliness MODULE_NAMES="sysdig-probe(extra:${BUILD_DIR}/driver:)" + BUILD_PARAMS='KERNELDIR="${KERNEL_DIR}"' BUILD_TARGETS="driver" }