Bugzilla bug 128599: link libnss3.so with -R $ORIGIN on Solaris to help it

find libsoftokn3.so.  Fixed an outdated comment in softoken/config.mk.
This commit is contained in:
wtc%netscape.com 2002-03-03 02:34:32 +00:00
Родитель e853ff7e07
Коммит 1d74ff3063
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -91,3 +91,9 @@ SHARED_LIBRARY_DIRS = \
../base \
$(NULL)
ifeq ($(OS_TARGET),SunOS)
# The -R '$ORIGIN' linker option instructs libnss3.so to search for its
# dependencies (libsoftokn3.so) in the same directory where it resides.
MKSHLIB += -R '$$ORIGIN'
endif

Просмотреть файл

@ -89,7 +89,7 @@ endif
ifeq ($(OS_TARGET),SunOS)
ifndef USE_64
ifeq ($(CPU_ARCH),sparc)
# The -R '$ORIGIN' linker option instructs libnss3.so to search for its
# The -R '$ORIGIN' linker option instructs libsoftokn3.so to search for its
# dependencies (libfreebl_*.so) in the same directory where it resides.
MKSHLIB += -R '$$ORIGIN'
endif