Re: [elinks-dev] [PATCH] Add support for nss_compat_ossl library (OpenSSL replacement).

2008-09-27 Thread Kalle Olavi Niemitalo
Kamil Dudka <[EMAIL PROTECTED]> writes: > Yes, if you specify DIR manually, pkg-config is not used. I think the same > approach as here: > https://fedoraproject.org/wiki/Nss_compat_ossl#Sample_Application I see. It's just that I had NSS in /usr from Debian but built and installed nss_compat_oss

Re: [elinks-dev] Fw: [elinks-users] ELinks cannot run perl scripts that use perl modules.

2008-09-27 Thread Kalle Olavi Niemitalo
أحمد المحمودي <[EMAIL PROTECTED]> writes: > From the perlembed manpage I found this: > perl -MExtUtils::Embed -e ccopts -e ldopts The configure script of ELinks appears to do that already. So, please try the following patch. Let Perl scripts dynamically load libraries. XML::LibXML::SAX app

Re: [elinks-dev] [PATCH] Add support for nss_compat_ossl library (OpenSSL replacement).

2008-09-27 Thread Kamil Dudka
On Saturday 27 of September 2008 12:40:32 Kalle Olavi Niemitalo wrote: > I'm going to apply this version, but I noticed something odd. Thank you! > It appears you made the configure script run "pkg-config nss" > only if given --with-nss_compat_ossl without the DIR argument. > When given --with-nss

Re: [elinks-dev] [PATCH] Add support for nss_compat_ossl library (OpenSSL replacement).

2008-09-27 Thread Kalle Olavi Niemitalo
Kamil Dudka <[EMAIL PROTECTED]> writes: > If you agree I forward this report to nss_compat_ossl > maintainer. OK, I see you already did. > Support for nss_compat_ossl must be requested by user now. I'm going to apply this version, but I noticed something odd. It appears you made the configure s