summaryrefslogtreecommitdiff
path: root/devel/nss/patches/patch-ae
blob: 2e0d0e665e0ba1d99942a158bafbc47d8b3e8e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ae,v 1.2 2005/08/12 20:11:26 reed Exp $

--- cmd/platlibs.mk.orig	2004-06-18 23:13:45.000000000 -0700
+++ cmd/platlibs.mk	2005-08-12 12:21:35.000000000 -0700
@@ -182,7 +182,7 @@
 # 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)))
+ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD DragonFly, $(OS_ARCH)))
 EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
 endif
 
@@ -216,6 +216,7 @@
 	-L$(DIST)/lib \
 	-lssl3 \
 	-lsmime3 \
+	-lsoftokn3 \
 	-lnss3 \
 	-lplc4 \
 	-lplds4 \