pkgsrc/devel/nss/patches/patch-md
ryoon 86a6f1751e Update 3.13.4
* Change distfile to separated source.

Changelog is not shown.
Probably some bugs are fixed.

Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
2012-04-18 21:01:42 +00:00

17 lines
468 B
Text

$NetBSD: patch-md,v 1.1 2012/04/18 21:01:42 ryoon 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