curl-library
Re: [PATCH v2] OpenSSL vs. NSS clash on PKG_CONFIG_LIBDIR
Date: Wed, 13 Jan 2010 02:30:50 +0100
On Wednesday 13 of January 2010 00:01:55 Kamil Dudka wrote:
> On Tuesday 12 of January 2010 23:56:29 Yang Tse wrote:
> > Please. avoid using 'unset' it is not portable enough.
> >
> > We are going great lengths in other parts of our shell code in
> > configure script macros to ensure that it works even on the most
> > unsupporting shells. This would be the first 'unset' in all of them.
>
> I am of course open to any idea how to make it better. The only other
> solution I aware of is to not use 'export' for PKG_CONFIG_LIBDIR at all.
> Because once you export the variable, there is no way to hide it from
> pkg-config when 'unset' is black-listed, or am I wrong?
Yang, please have a look at the attached patch. It seems to work and does
not require 'unset', nor 'export'.
> Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-diff attachment: ac-openssl-nss-v2.patch