pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla make sure we link with the correct rpath o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/092e8c5afc45
branches:  trunk
changeset: 473765:092e8c5afc45
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Apr 24 10:36:15 2004 +0000

description:
make sure we link with the correct rpath on Solaris.

diffstat:

 www/mozilla/distinfo         |   3 ++-
 www/mozilla/patches/patch-ax |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 43d7078b0245 -r 092e8c5afc45 www/mozilla/distinfo
--- a/www/mozilla/distinfo      Sat Apr 24 10:35:23 2004 +0000
+++ b/www/mozilla/distinfo      Sat Apr 24 10:36:15 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2004/04/24 10:35:23 grant Exp $
+$NetBSD: distinfo,v 1.53 2004/04/24 10:36:15 grant Exp $
 
 SHA1 (mozilla-source-1.6.tar.bz2) = baecca0ecec35704049ab6debaec6c96adbade35
 Size (mozilla-source-1.6.tar.bz2) = 31037452 bytes
@@ -11,6 +11,7 @@
 SHA1 (patch-ag) = c52586f92fc801571ccaf5a80c081103a99ed4e7
 SHA1 (patch-am) = 6646e8f1e5dbc3532ba45945ad2054756de2186a
 SHA1 (patch-aw) = 5beeefa214a3003a74ccc68776a97a414c6acff1
+SHA1 (patch-ax) = 070c88dee0446b093ab1c2a9120dc1747642d46f
 SHA1 (patch-ba) = e11ab3e2baa19c9db9e320868a9860fedf5c8cec
 SHA1 (patch-bb) = c5350823464250546f95d1c0962ba7ba6a16aa2f
 SHA1 (patch-bm) = f557aa3ce9a25c91884cfd42bb505422e52ac958
diff -r 43d7078b0245 -r 092e8c5afc45 www/mozilla/patches/patch-ax
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla/patches/patch-ax      Sat Apr 24 10:36:15 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ax,v 1.9 2004/04/24 10:36:15 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



Home | Main Index | Thread Index | Old Index