зеркало из https://github.com/mozilla/pjs.git
Fix for 176705 - fix rpath on AMD64 platform. r=saul, sr=wtchang
This commit is contained in:
Родитель
bbb9afe908
Коммит
513619b5fe
|
@ -201,7 +201,7 @@ endif
|
|||
ifeq ($(OS_ARCH), SunOS)
|
||||
ifeq ($(BUILD_SUN_PKG), 1)
|
||||
ifeq ($(USE_64), 1)
|
||||
EXTRA_SHARED_LIBS += -R '$$ORIGIN/../lib:/usr/lib/mps/secv1/sparcv9:/usr/lib/mps/sparcv9'
|
||||
EXTRA_SHARED_LIBS += -R '$$ORIGIN/../lib:/usr/lib/mps/secv1/64:/usr/lib/mps/64'
|
||||
else
|
||||
EXTRA_SHARED_LIBS += -R '$$ORIGIN/../lib:/usr/lib/mps/secv1:/usr/lib/mps'
|
||||
endif
|
||||
|
|
|
@ -111,7 +111,7 @@ ifeq ($(BUILD_SUN_PKG), 1)
|
|||
# The -R '$ORIGIN' linker option instructs this library to search for its
|
||||
# dependencies in the same directory where it resides.
|
||||
ifeq ($(USE_64), 1)
|
||||
MKSHLIB += -R '$$ORIGIN:/usr/lib/mps/secv1/sparcv9:/usr/lib/mps/sparcv9'
|
||||
MKSHLIB += -R '$$ORIGIN:/usr/lib/mps/secv1/64:/usr/lib/mps/64'
|
||||
else
|
||||
MKSHLIB += -R '$$ORIGIN:/usr/lib/mps/secv1:/usr/lib/mps'
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче