* [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/
@ 2017-11-30 16:35 99% Mike Gilbert
0 siblings, 0 replies; 1+ results
From: Mike Gilbert @ 2017-11-30 16:35 UTC (permalink / raw
To: gentoo-commits
commit: f65cb1a61d1f1c88dbe54be2c699c5e80d4db901
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 16:35:16 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 16:35:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65cb1a6
app-emulation/open-vm-tools: append tirpc flags to CPPFLAGS instead of CFLAGS
Fixes a build failure with gtkmm enabled.
Closes: https://bugs.gentoo.org/639266
Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
index 720431f89aa..3829a224743 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.15.ebuild
@@ -83,7 +83,7 @@ src_prepare() {
}
src_configure() {
- append-cflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)"
+ append-cppflags "$($(tc-getPKG_CONFIG) --cflags libtirpc)"
export LIBVMTOOLS_LIBADD="$($(tc-getPKG_CONFIG) --libs libtirpc)"
local myeconfargs=(
--disable-deploypkg
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2017-11-30 16:35 99% [gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/ Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox