blob: 8c3444430da1c267247aac76ceff5c99d8a67387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-dm,v 1.1 2005/10/12 16:39:25 joerg Exp $
--- security/nss/cmd/platlibs.mk.orig 2005-05-24 14:48:31.000000000 +0200
+++ security/nss/cmd/platlibs.mk 2005-05-24 14:48:38.000000000 +0200
@@ -182,8 +182,8 @@ endif
# If GNU ld is used, we must use the -rpath-link option to tell
# the linker where to find libsoftokn3.so, an implicit dependency
# of libnss3.so.
-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_ARCH)))
-EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
+ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_ARCH)))
+EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib -R/usr/pkg/lib/firefox
endif
ifeq ($(OS_ARCH), SunOS)
|