]> granicus.if.org Git - icu/commitdiff
ICU-11941 Add LINKFLAGS to enable setting -rpath options.
authorFredrik Roubert <roubert@google.com>
Fri, 26 Feb 2016 11:25:33 +0000 (11:25 +0000)
committerFredrik Roubert <roubert@google.com>
Fri, 26 Feb 2016 11:25:33 +0000 (11:25 +0000)
R=markus.icu@gmail.com

Review URL: https://codereview.appspot.com/283410043 .

X-SVN-Rev: 38380

icu4c/source/icudefs.mk.in

index 7be5a4307eba59a24bd42db2622535772f3c8445..a405e275f80998e2589d1971ad9598c4de826061 100644 (file)
@@ -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)