16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
$NetBSD: patch-me,v 1.1 2013/01/10 16:17:10 ryoon Exp $
|
|
|
|
Add DragonFly support.
|
|
|
|
--- security/nss/lib/freebl/Makefile.orig 2012-08-24 22:56:01.000000000 +0000
|
|
+++ security/nss/lib/freebl/Makefile
|
|
@@ -279,7 +279,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
|
|
|