pkgsrc/mail/thunderbird/patches/patch-dy
joerg 9b63b57886 Catch up with the usual platform specific mess in the mozilla build
system. Fixes bus errors in shlibsign. From PR 39576.
2008-09-18 13:01:45 +00:00

13 lines
561 B
Text

$NetBSD: patch-dy,v 1.1 2008/09/18 13:01:45 joerg Exp $
--- security/nss-fips/cmd/platlibs.mk.orig 2008-09-17 20:55:11 +0300
+++ security/nss-fips/cmd/platlibs.mk 2008-09-17 20:55:31 +0300
@@ -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