lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] SSL problem with 2.8.8dev.3


From: Thomas Dickey
Subject: Re: [Lynx-dev] SSL problem with 2.8.8dev.3
Date: Tue, 4 May 2010 17:36:31 -0400 (EDT)

On Tue, 4 May 2010, Atsuhito Kohda wrote:

Hi all,

In Debian, I got successively 3 bug reports on ssl connection.
With lynx 2.8.8dev.2, lynx https://www.tugraz.at/ works fine
but with 2.8.8dev.3, it failed with a message:

~$ LANG=C lynx https://www.tugraz.at/

Alert!: This client does not contain support for HTTPS URLs.

lynx: Can't access startfile https://www.tugraz.at/

However, I didn't change anything in packaging between dev.2
and dev.3, and also ldd outputs the same as follows;

I see the problem - a simplification of the CF_HEADER_PATH macro in aclocal.m4 - I omitted the detail in lynx's changelog, but had summarized
it in dialog as

          + modify CF_HEADER_PATH, to not search for variations of everything
            in the current include-path


The diff was

dnl ---------------------------------------------------------------------------
-dnl CF_HEADER_PATH version: 10 updated: 2010/01/17 20:36:17
+dnl CF_HEADER_PATH version: 11 updated: 2010/04/21 06:20:50
 dnl --------------
 dnl Construct a search-list of directories for a nonstandard header-file
 dnl
@@ -2926,6 +2926,8 @@
 AC_DEFUN([CF_HEADER_PATH],
 [
 $1=
+
+# collect the current set of include-directories from compiler flags
 cf_header_path_list=""
 if test -n "${CFLAGS}${CPPFLAGS}" ; then
        for cf_header_path in $CPPFLAGS $CFLAGS
@@ -2933,13 +2935,13 @@
                case $cf_header_path in #(vi
                -I*)
                        cf_header_path=`echo ".$cf_header_path" |sed -e 
's/^...//' -e 's,/include$,,'`
-                       CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
-                       cf_header_path_list="$cf_header_path_list [$]$1"
+                       cf_header_path_list="$cf_header_path_list 
$cf_header_path"

That made it no longer find /usr/include/gnutls. I'll send a patch for this to the mailing list...

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]