mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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@palmen-it.de>
This commit is contained in:
parent
9b5a143804
commit
a27c77a7ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537018
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue