diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-27 13:16:44 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-27 13:17:22 -0500 |
commit | 754e0c414b5bbe6b31311e55b61cc8d8e2e0924b (patch) | |
tree | e49406b061216132a8781957c84d7733982fce76 /app-emulation/open-vm-tools | |
parent | app-shells/bash: unify release version checking logic (diff) | |
download | gentoo-754e0c414b5bbe6b31311e55b61cc8d8e2e0924b.tar.gz gentoo-754e0c414b5bbe6b31311e55b61cc8d8e2e0924b.tar.bz2 gentoo-754e0c414b5bbe6b31311e55b61cc8d8e2e0924b.zip |
app-emulation/open-vm-tools: add comment about broken kernel detection
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 index 55c652f6f4b5..774fa4090a8d 100644 --- 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 @@ -101,6 +101,10 @@ src_configure() { $(use_with X gtkmm3) $(use_with X x) + # configure locates the kernel object directory by looking for + # "/lib/modules/${KERNEL_RELEASE}/build". + # This will fail if the user is building against an uninstalled kernel. + # Fixing this would mean reworking the build system. $(use_with modules kernel-modules) --without-root-privileges --with-kernel-release="${KV_FULL}" |