Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
Date: Sun, 27 Nov 2016 18:17:28
Message-Id: 1480270642.754e0c414b5bbe6b31311e55b61cc8d8e2e0924b.floppym@gentoo
1 commit: 754e0c414b5bbe6b31311e55b61cc8d8e2e0924b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 18:16:44 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 18:17:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754e0c41
7
8 app-emulation/open-vm-tools: add comment about broken kernel detection
9
10 app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
14 index 55c652f..774fa40 100644
15 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
16 +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild
17 @@ -101,6 +101,10 @@ src_configure() {
18 $(use_with X gtkmm3)
19 $(use_with X x)
20
21 + # configure locates the kernel object directory by looking for
22 + # "/lib/modules/${KERNEL_RELEASE}/build".
23 + # This will fail if the user is building against an uninstalled kernel.
24 + # Fixing this would mean reworking the build system.
25 $(use_with modules kernel-modules)
26 --without-root-privileges
27 --with-kernel-release="${KV_FULL}"