summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ef
blob: e4006dbcc1a8ca450fb50c50a0790a319fdf94cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ef,v 1.1 2006/06/27 11:11:52 joerg Exp $

--- security/nss/lib/freebl/Makefile.orig	2006-06-26 17:51:23.000000000 +0000
+++ security/nss/lib/freebl/Makefile
@@ -192,7 +192,7 @@ endif
 # to bind the blapi function references in FREEBLVector vector
 # (ldvector.c) to the blapi functions defined in the freebl
 # shared libraries.
-ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD, $(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD, $(OS_TARGET)))
     MKSHLIB += -Wl,-Bsymbolic
 endif