pkgsrc/www/firefox/patches/patch-ax
ghen 800ce59e41 Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history
and change notes).  Firefox 1.5.0.x will be maintained in www/firefox15*,
as discussed on tech-pkg.
2007-05-12 13:53:07 +00:00

15 lines
434 B
Text

$NetBSD: patch-ax,v 1.6 2007/05/12 13:53:08 ghen Exp $
--- security/coreconf/SunOS5.mk.orig 2006-03-29 22:26:44.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