cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: NSS and configure and pkg-config

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 1 Sep 2009 00:28:46 +0200 (CEST)

On Tue, 1 Sep 2009, Kamil Dudka wrote:

> This is not going to work well since the value of $OPT_NSS is "yes" at this
> point. I am pretty sure that NSS is not located in yes/lib and yes/include.
> What about dropping this hypothetical workaround completely? We can always
> set configure-wide CFLAGS/LDFLAGS in case of emergency.

I'm fine with that, so we can just do:

           addlib="-lnss3"
           addcflags=""
           version="unknown"

For that case I guess. I set 'addlib' to make it trigger the conditional below
and I clear addcflags just in case it was used in another test within the
script.

-- 
  / daniel.haxx.se
Received on 2009-09-01