summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ax
blob: d2dfa04fb2a8ba54beebb05769421a130904fc06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ax,v 1.2 2006/06/07 19:29:59 ghen Exp $

--- security/coreconf/SunOS5.mk.orig	2006-06-07 17:51:56.000000000 +0200
+++ security/coreconf/SunOS5.mk
@@ -176,6 +176,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