I'm totally confused, these libs have been installed across three paths?

If not, isn't that an autoconf task to link to the one and only one
preferred target on rebuilds, in spite of later package adds?



On Mon, Jun 10, 2019 at 3:47 PM <minf...@apache.org> wrote:

> Author: minfrin
> Date: Mon Jun 10 20:47:36 2019
> New Revision: 1860980
>
> URL: http://svn.apache.org/viewvc?rev=1860980&view=rev
> Log:
> Allow NSS to be found on MacPorts installations.
>
> Modified:
>     apr/apr/trunk/build/crypto.m4
>
> Modified: apr/apr/trunk/build/crypto.m4
> URL:
> http://svn.apache.org/viewvc/apr/apr/trunk/build/crypto.m4?rev=1860980&r1=1860979&r2=1860980&view=diff
>
> ==============================================================================
> --- apr/apr/trunk/build/crypto.m4 (original)
> +++ apr/apr/trunk/build/crypto.m4 Mon Jun 10 20:47:36 2019
> @@ -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])
>
>
>

Reply via email to