diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-19 14:35:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-19 14:35:22 +0800 |
commit | 261eb5b6368075375d29968890447a58a84a4738 (patch) | |
tree | 9f9725067c73fc7995d8344b6dd4640474098e47 /security/nss/Makefile | |
parent | 3efe4ac07f626fad237d669055ca1c0f9aab378a (diff) | |
download | freebsd-ports-gnome-261eb5b6368075375d29968890447a58a84a4738.tar.gz freebsd-ports-gnome-261eb5b6368075375d29968890447a58a84a4738.tar.zst freebsd-ports-gnome-261eb5b6368075375d29968890447a58a84a4738.zip |
Link this library symbolically so that it can be linked into executables
along with OpenSSL. Without this, there is a symbol conflict with
MD5_Update() which can cause applications such as Evolution 1.5 to crash
when Kerberos support is enabled.
The longer-term goal is to configure Mozilla's internal NSS to be linked
symbolically which should allow us to enable OpenSSL support in gnomevfs2.
Diffstat (limited to 'security/nss/Makefile')
-rw-r--r-- | security/nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index 60be38411d1e..b9e3e4fa86a4 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -7,6 +7,7 @@ PORTNAME= nss PORTVERSION= 3.9 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src |