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:
wchang0222%aol.com 2004-05-27 02:45:04 +00:00
Родитель 2cefca9093
Коммит 8130c71e43
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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)