зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e853ff7e07
Коммит
1d74ff3063
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче