From 4f883bc3428940b738102a2cb16bac05137a42bf Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Thu, 6 Sep 2001 21:51:49 +0000 Subject: [PATCH] ICU-1075 ICU Data, add link option to remove warning about faillure to find data library. X-SVN-Rev: 5708 --- icu4c/source/config/mh-linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-linux b/icu4c/source/config/mh-linux index 5698b2b06f..f7d994fd84 100644 --- a/icu4c/source/config/mh-linux +++ b/icu4c/source/config/mh-linux @@ -3,7 +3,7 @@ ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-linux,v 1.24 2001/08/10 20:49:59 aheninger Exp $ +## $Id: mh-linux,v 1.25 2001/09/06 21:51:49 aheninger-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) @@ -61,7 +61,7 @@ INSTALL-L = $(INSTALL_DATA) ## Link commands to link to ICU libs LIBICUDT= -L$(top_builddir)/data -L$(top_builddir)/stubdata -l$(ICUPREFIX)data -LIBICUUC= -L$(top_builddir)/common -l$(ICUPREFIX)uc $(LIBICUDT) +LIBICUUC= -L$(top_builddir)/common -l$(ICUPREFIX)uc $(LIBICUDT) -Wl,-rpath-link $(top_builddir)/data LIBICUI18N= -L$(top_builddir)/i18n -l$(ICUPREFIX)i18n LIBCTESTFW= -L$(top_builddir)/tools/ctestfw -lctestfw LIBICUTOOLUTIL= -L$(top_builddir)/tools/toolutil -l$(ICUPREFIX)toolutil