You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/open-vm-tools/files/10.1.0-vgauth.patch

26 lines
803 B

From 488258effa60e293a70000338422c33ce5c73f9b Mon Sep 17 00:00:00 2001
From: Mike Gilbert <floppym@gentoo.org>
Date: Fri, 25 Nov 2016 13:59:34 -0500
Subject: [PATCH] build: Always link VGAuthService using CXX
---
open-vm-tools/vgauth/service/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-vm-tools/vgauth/service/Makefile.am b/open-vm-tools/vgauth/service/Makefile.am
index 8c51d9f2..8f99dad1 100644
--- a/open-vm-tools/vgauth/service/Makefile.am
+++ b/open-vm-tools/vgauth/service/Makefile.am
@@ -95,7 +95,7 @@ if HAVE_ICU
$(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
else
- VGAuthService_LINK = $(LINK)
+ VGAuthService_LINK = $(CXXLINK)
endif
# Message catalogs.
--
2.11.0.rc2