6b33134d05
MFSA 2007-06 Mozilla Network Security Services (NSS) SSLv2 buffer overflow MFSA 2007-01 Crashes with evidence of memory corruption (rv:1.8.0.10/1.8.1.2) For more info, see http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.10.html
15 lines
434 B
Text
15 lines
434 B
Text
$NetBSD: patch-ax,v 1.4 2007/03/02 14:12:25 ghen Exp $
|
|
|
|
--- security/coreconf/SunOS5.mk.orig 2006-04-25 03:32:16.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
|