18 lines
468 B
Plaintext
18 lines
468 B
Plaintext
$NetBSD: patch-md,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
???. from www/firefox/patch-ax.
|
|
|
|
--- security/coreconf/SunOS5.mk.orig 2012-08-24 22:56:00.000000000 +0000
|
|
+++ security/coreconf/SunOS5.mk
|
|
@@ -147,6 +147,10 @@ endif
|
|
endif
|
|
DSO_LDOPTS += -z combreloc -z defs -z ignore
|
|
|
|
+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
|