svn commit: r537018 - head/security/nss

Jan Beich jbeich at FreeBSD.org
Sat May 30 00:29:35 UTC 2020


Author: jbeich
Date: Sat May 30 00:29:34 2020
New Revision: 537018
URL: https://svnweb.freebsd.org/changeset/ports/537018

Log:
  security/nss: unbreak cross builds on -CURRENT
  
  ld: error: unable to find library -lplc4
  ld: error: unable to find library -lplds4
  ld: error: unable to find library -lnspr4
  
  PR:		246676
  Submitted by:	Felix Palmen <felix at palmen-it.de>

Modified:
  head/security/nss/Makefile   (contents, props changed)

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Sat May 30 00:27:42 2020	(r537017)
+++ head/security/nss/Makefile	Sat May 30 00:29:34 2020	(r537018)
@@ -24,7 +24,7 @@ USE_LDCONFIG=	yes
 CPE_VENDOR=	mozilla
 CPE_PRODUCT=	network_security_services
 USE_PERL5=	build
-MAKE_ENV=	LIBRARY_PATH="${LOCALBASE}/lib" \
+MAKE_ENV=	NSPR_LIB_DIR="${LOCALBASE}/lib" \
 		SQLITE_INCLUDE_DIR="${LOCALBASE}/include" \
 		FREEBL_LOWHASH=1 \
 		NSS_ENABLE_WERROR=0 \


More information about the svn-ports-head mailing list