summaryrefslogtreecommitdiff
blob: bc91b1b141ab1ee3af15d03ae23340f34e80c289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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