mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-5129 Don't include the current directory for the default library path.
X-SVN-Rev: 19452
This commit is contained in:
parent
722f647186
commit
37b0527b38
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue