$NetBSD: patch-ax,v 1.4 2005/12/10 13:47:22 taya Exp $ diff -ruN ../Orig/mozilla/security/coreconf/SunOS5.mk ./security/coreconf/SunOS5.mk --- ../Orig/mozilla/security/coreconf/SunOS5.mk 2004-10-11 11:15:42.000000000 +0900 +++ ./security/coreconf/SunOS5.mk 2005-12-04 19:09:09.000000000 +0900 @@ -182,6 +182,10 @@ 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