зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla bug 244095: link libplds4.so and libplc4.so with -R $ORIGIN on
Solaris. The patch is contributed by Julien Pierre. r=wtc. Modified Files: lib/ds/Makefile.in lib/libc/src/Makefile.in
This commit is contained in:
Родитель
2cefca9093
Коммит
8130c71e43
|
@ -97,6 +97,9 @@ endif
|
|||
else
|
||||
MKSHLIB += -M $(MAPFILE)
|
||||
endif
|
||||
# The -R '$ORIGIN' linker option instructs this library to search for its
|
||||
# dependencies in the same directory where it resides.
|
||||
MKSHLIB += -R '$$ORIGIN'
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
|
|
|
@ -107,6 +107,9 @@ endif
|
|||
else
|
||||
MKSHLIB += -M $(MAPFILE)
|
||||
endif
|
||||
# The -R '$ORIGIN' linker option instructs this library to search for its
|
||||
# dependencies in the same directory where it resides.
|
||||
MKSHLIB += -R '$$ORIGIN'
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
|
|
Загрузка…
Ссылка в новой задаче