From 37b0527b381ca7019546109a28a4099daf69791b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 27 Mar 2006 17:29:15 +0000 Subject: [PATCH] ICU-5129 Don't include the current directory for the default library path. X-SVN-Rev: 19452 --- icu4c/source/config/mh-hpux-acc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index f4c3e02c9bb..a29616022a2 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -1,6 +1,6 @@ ## -*-makefile-*- ## HP/UX-specific setup using aCC -## Copyright (c) 1999-2004, International Business Machines Corporation and +## Copyright (c) 1999-2006, International Business Machines Corporation and ## others. All Rights Reserved. ## Commands to generate dependency files @@ -34,7 +34,7 @@ COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c ## Common 'default' path to ensure the sanity of users. Search the current ## directory, at least. -LD_DEFAULTPATH= -Wl,+b,.:'$$'ORIGIN/ +LD_DEFAULTPATH= -Wl,+b,'$$'ORIGIN/ # Use SHLIB_PATH and LD_LIBRARY_PATH to locate shared libraries LDFLAGS += -Wl,+s $(LD_DEFAULTPATH)