Files
pkgsrc-ng/devel/nss/patches/patch-md
2014-11-05 12:41:07 +01:00

18 lines
458 B
Plaintext

$NetBSD: patch-md,v 1.2 2013/07/20 09:28:12 ryoon Exp $
???. from www/firefox/patch-ax.
--- nss/coreconf/SunOS5.mk.orig 2009-06-29 18:15:11.000000000 +0200
+++ nss/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