blob: 0efd5869071a6dc8e55793daf002055c2c496237 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ax,v 1.4 2005/12/10 13:47:22 taya Exp $
diff -ruN ../Orig/mozilla/security/coreconf/SunOS5.mk ./security/coreconf/SunOS5.mk
--- ../Orig/mozilla/security/coreconf/SunOS5.mk 2004-10-11 11:15:42.000000000 +0900
+++ ./security/coreconf/SunOS5.mk 2005-12-04 19:09:09.000000000 +0900
@@ -182,6 +182,10 @@
DSO_LDOPTS += -G -h $(notdir $@)
endif
+ifdef LIBRUNPATH
+DSO_LDOPTS += -R$(LIBRUNPATH)
+endif
+
# -KPIC generates position independent code for use in shared libraries.
# (Similarly for -fPIC in case of gcc.)
ifdef NS_USE_GCC
|