Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410749 | Differences between
and this patch

Collapse All | Expand All

(-)lynx2-8-7/configure (-4 / +4 lines)
Lines 13308-13314 Link Here
13308
echo "${as_me-configure}:13308: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
13308
echo "${as_me-configure}:13308: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
13309
13309
13310
            CPPFLAGS="$cf_test_CPPFLAGS"
13310
            CPPFLAGS="$cf_test_CPPFLAGS"
13311
            LIBS="-lgnutls -lgnutls -lcrypt $cf_save_LIBS"
13311
            LIBS="-lgnutls -lgnutls -lgcrypt $cf_save_LIBS"
13312
            LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
13312
            LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
13313
            cat >conftest.$ac_ext <<_ACEOF
13313
            cat >conftest.$ac_ext <<_ACEOF
13314
#line 13314 "configure"
13314
#line 13314 "configure"
Lines 13513-13519 Link Here
13513
fi
13513
fi
13514
13514
13515
		fi
13515
		fi
13516
		LIBS="-lgnutls -lcrypt $LIBS"
13516
		LIBS="-lgnutls -lgcrypt $LIBS"
13517
13517
13518
		EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o"
13518
		EXTRA_OBJS="$EXTRA_OBJS tidy_tls\$o"
13519
13519
Lines 14285-14291 Link Here
14285
echo "${as_me-configure}:14285: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
14285
echo "${as_me-configure}:14285: testing ... testing $cf_cv_library_path_gnutls ..." 1>&5
14286
14286
14287
            CPPFLAGS="$cf_test_CPPFLAGS"
14287
            CPPFLAGS="$cf_test_CPPFLAGS"
14288
            LIBS="-lgnutls -lgnutls-openssl -lgnutls-extra -lgnutls -lcrypt $cf_save_LIBS"
14288
            LIBS="-lgnutls -lgnutls-openssl -lgnutls-extra -lgnutls -lgcrypt $cf_save_LIBS"
14289
            LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
14289
            LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_gnutls"
14290
            cat >conftest.$ac_ext <<_ACEOF
14290
            cat >conftest.$ac_ext <<_ACEOF
14291
#line 14291 "configure"
14291
#line 14291 "configure"
Lines 14490-14496 Link Here
14490
fi
14490
fi
14491
14491
14492
		fi
14492
		fi
14493
		LIBS="-lgnutls -lcrypt $LIBS"
14493
		LIBS="-lgnutls -lgcrypt $LIBS"
14494
14494
14495
		if test "$cf_pkg_gnutls" = none ; then
14495
		if test "$cf_pkg_gnutls" = none ; then
14496
				echo "$as_me:14496: checking for SSL_connect in -lgnutls-openssl" >&5
14496
				echo "$as_me:14496: checking for SSL_connect in -lgnutls-openssl" >&5

Return to bug 410749