ICU-5129 Don't include the current directory for the default library path.

X-SVN-Rev: 19452
This commit is contained in:
George Rhoten 2006-03-27 17:29:15 +00:00
parent 722f647186
commit 37b0527b38

View file

@ -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)