blob: 7d0d871d0870ef67c67d5a60ba5b9d86074d420e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-me,v 1.2 2013/07/20 09:28:12 ryoon Exp $
Add DragonFly support.
--- nss/lib/freebl/Makefile.orig 2009-06-29 18:15:13.000000000 +0200
+++ nss/lib/freebl/Makefile
@@ -212,7 +212,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 OpenBSD, $(OS_TARGET)))
+ifeq (,$(filter-out BSD_OS DragonFly FreeBSD Linux NetBSD OpenBSD, $(OS_TARGET)))
MKSHLIB += -Wl,-Bsymbolic
endif
|