15 lines
563 B
Text
15 lines
563 B
Text
$NetBSD: patch-me,v 1.4 2009/12/02 15:03:01 tnn2 Exp $
|
|
|
|
Add DragonFly support.
|
|
|
|
--- security/nss/lib/freebl/Makefile.orig 2009-06-29 18:15:13.000000000 +0200
|
|
+++ security/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
|
|
|