ff57234978
work for some users (sparc64 support, for example, is busted and won't appear again until firefox-5.0).
17 lines
470 B
Text
17 lines
470 B
Text
$NetBSD: patch-md,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
|
|
|
|
???. from www/firefox/patch-ax.
|
|
|
|
--- security/coreconf/SunOS5.mk.orig 2009-06-29 18:15:11.000000000 +0200
|
|
+++ security/coreconf/SunOS5.mk
|
|
@@ -156,6 +156,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
|