diff options
Diffstat (limited to 'www/MozillaFirebird/patches/patch-ax')
-rw-r--r-- | www/MozillaFirebird/patches/patch-ax | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/MozillaFirebird/patches/patch-ax b/www/MozillaFirebird/patches/patch-ax new file mode 100644 index 00000000000..a4b4a941f65 --- /dev/null +++ b/www/MozillaFirebird/patches/patch-ax @@ -0,0 +1,15 @@ +$NetBSD: patch-ax,v 1.1 2004/02/04 11:09:13 grant Exp $ + +--- security/coreconf/SunOS5.mk.orig 2003-03-21 15:45:37.000000000 +1100 ++++ security/coreconf/SunOS5.mk +@@ -165,6 +165,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 |