summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-md
blob: b5a2671f20d2c18757417134cc9e660ed8d7dc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-md,v 1.5 2012/09/02 06:43:41 ryoon Exp $

???. from www/firefox/patch-ax.

--- mozilla/security/coreconf/SunOS5.mk.orig	2012-08-25 00:31:28.000000000 +0000
+++ mozilla/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