mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user