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

2008-08-19 Thread Kamil Dudka
configure option --with-nss_compat_ossl (--without-nss_compat_ossl) to adjust it manually. Greetings Kamil Dudka From ecf66f77f721e564bfecfa782e12370fdaa9ca98 Mon Sep 17 00:00:00 2001 From: Kamil Dudka [EMAIL PROTECTED] Date: Tue, 19 Aug 2008 12:45:55 +0200 Subject: [PATCH] Add support

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

2008-08-27 Thread Kamil Dudka
environment variable to directory containing its NSS database, in my case ~/.mozilla/firefox/kkkp326c.default - maybe we should more document this feature. From: Kamil Dudka [EMAIL PROTECTED] Do you give permission to add this name and email address to our public Git repository? Please note

Re: [elinks-dev] [PATCH] fix mangled indentation in configure --help

2008-09-09 Thread Kamil Dudka
to autoconf, so if you have better solution... Kamil From be6d77c71220ec6498f0e55bf8ae1c2559265f2a Mon Sep 17 00:00:00 2001 From: Kamil Dudka [EMAIL PROTECTED] Date: Tue, 9 Sep 2008 09:59:19 +0200 Subject: [PATCH] add support for nss_compat_ossl library (OpenSSL replacement) * configure.in: Detection

Re: [elinks-dev] [PATCH] fix mangled indentation in configure --help

2008-09-10 Thread Kamil Dudka
the -a and -o operators of test, because of variations in precedence. Instead: + if test -z $with_nss_compat_ossl || test $with_nss_compat_ossl = yes; then Also fixed, new patch in attachment... Kamil From aa219c6221c46e6a006f325e5d84b388f1c6662b Mon Sep 17 00:00:00 2001 From: Kamil

Re: [elinks-dev] Patch to enable Spidermonkey feature compilation against xulrunner

2010-03-31 Thread Kamil Dudka
On Wednesday 31 of March 2010 13:06:22 أحمد المحمودي wrote: Hello, This is a patch I prepared to enable Spidermonkey feature to be compiled against xulrunner. This is useful for distributions such as Ubuntu that ceased to ship a proper libmozjs, yet instead provide it as part of

[elinks-dev] [PATCH] configure.in: add a missing AC_LANG_PROGRAM macro

2013-02-25 Thread Kamil Dudka
... around the first argument of AC_COMPILE_IFELSE in order to eliminate warnings with autoconf 2.68. --- configure.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 023af06..9d992ee 100644 --- a/configure.in +++ b/configure.in @@

[elinks-dev] update to autoconf 2.69

2013-04-03 Thread Kamil Dudka
Hello, would it be possible to use autoconf 2.69+ for creating the new releases of elinks in order to support the ARM 64 bit CPU architecture (aarch64)? We have the following bug report in Fedora: https://bugzilla.redhat.com/925306 Thanks in advance! Kamil

Re: [elinks-dev] update to autoconf 2.69

2013-04-09 Thread Kamil Dudka
On Tuesday 09 April 2013 02:24:19 Kalle Olavi Niemitalo wrote: Kamil Dudka kdu...@redhat.com writes: would it be possible to use autoconf 2.69+ for creating the new releases of elinks in order to support the ARM 64 bit CPU architecture (aarch64)? I'm not sure it's permitted under the GPLv2

Re: [elinks-dev] [PATCH] configure.in: add a missing AC_LANG_PROGRAM macro

2013-09-18 Thread Kamil Dudka
On Monday 25 February 2013 15:45:32 Kamil Dudka wrote: ... around the first argument of AC_COMPILE_IFELSE in order to eliminate warnings with autoconf 2.68. --- configure.in |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index