From ba63a17d177cb700704aec13b83b4cb190558815 Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Fri, 26 Feb 2016 11:25:33 +0000 Subject: [PATCH] ICU-11941 Add LINKFLAGS to enable setting -rpath options. R=markus.icu@gmail.com Review URL: https://codereview.appspot.com/283410043 . X-SVN-Rev: 38380 --- icu4c/source/icudefs.mk.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/icudefs.mk.in b/icu4c/source/icudefs.mk.in index 7be5a4307eb..a405e275f80 100644 --- a/icu4c/source/icudefs.mk.in +++ b/icu4c/source/icudefs.mk.in @@ -2,7 +2,7 @@ # # Yves Arrouye. # -# Copyright (C) 2000-2014, International Business Machines Corporation and others. +# Copyright (C) 2000-2016, International Business Machines Corporation and others. # All Rights Reserved. # @@ -165,8 +165,8 @@ COMPILE.c= $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c # Commands to link -LINK.c= $(CC) $(CFLAGS) $(LDFLAGS) -LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) +LINK.c= $(CC) $(CFLAGS) $(LDFLAGS) $(LINKFLAGS) +LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LINKFLAGS) # Commands to make a shared library SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -- 2.40.0