summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-06-10 20:47:36 +0000
committerGraham Leggett <minfrin@apache.org>2019-06-10 20:47:36 +0000
commit01efe754afc08798211e5dccbc07966a3d9a04fd (patch)
tree14ce8c29b0d49d5070b148365116d32d0f095aab /build
parentea2769e7e5823e662461f45a5827f111fc52122b (diff)
downloadapr-01efe754afc08798211e5dccbc07966a3d9a04fd.tar.gz
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
Diffstat (limited to 'build')
-rw-r--r--build/crypto.m42
1 files changed, 1 insertions, 1 deletions
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])