From 01efe754afc08798211e5dccbc07966a3d9a04fd Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 10 Jun 2019 20:47:36 +0000 Subject: Allow NSS to be found on MacPorts installations. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1860980 13f79535-47bb-0310-9956-ffa450edef68 --- build/crypto.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/crypto.m4 b/build/crypto.m4 index 1930452da..f9fe78200 100644 --- a/build/crypto.m4 +++ b/build/crypto.m4 @@ -200,7 +200,7 @@ AC_DEFUN([APU_CHECK_CRYPTO_NSS], [ elif test "x$withval" != "x"; then nss_CPPFLAGS="-I$withval/include/nss -I$withval/include/nss3 -I$withval/include/nspr -I$withval/include/nspr4 -I$withval/include -I$withval/../public" - nss_LDFLAGS="-L$withval/lib " + nss_LDFLAGS="-L$withval/lib -L$withval/lib/nss -L$withval/lib/nspr " APR_ADDTO(CPPFLAGS, [$nss_CPPFLAGS]) APR_ADDTO(LDFLAGS, [$nss_LDFLAGS]) -- cgit v1.2.1