13 lines
534 B
Text
13 lines
534 B
Text
$NetBSD: patch-dy,v 1.1 2008/07/06 06:45:30 ghen Exp $
|
|
|
|
--- security/nss-fips/cmd/platlibs.mk.orig 2008-07-05 21:45:44 +0300
|
|
+++ security/nss-fips/cmd/platlibs.mk
|
|
@@ -213,7 +213,7 @@ 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)))
|
|
+ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_ARCH)))
|
|
EXTRA_SHARED_LIBS += -Wl,-rpath-link,$(DIST)/lib
|
|
endif
|
|
|