summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-ax')
-rw-r--r--time/sunbird/patches/patch-ax15
1 files changed, 15 insertions, 0 deletions
diff --git a/time/sunbird/patches/patch-ax b/time/sunbird/patches/patch-ax
new file mode 100644
index 00000000000..d42691071b8
--- /dev/null
+++ b/time/sunbird/patches/patch-ax
@@ -0,0 +1,15 @@
+$NetBSD: patch-ax,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $
+
+--- security/coreconf/SunOS5.mk.orig 2006-02-02 16:57:57.000000000 +0100
++++ security/coreconf/SunOS5.mk
+@@ -182,6 +182,10 @@ endif
+ 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