22 lines
674 B
Text
22 lines
674 B
Text
$NetBSD: patch-aa,v 1.15 2012/04/25 16:27:50 drochner Exp $
|
|
|
|
--- configure.orig 2012-04-02 10:22:15.000000000 +0000
|
|
+++ configure
|
|
@@ -20785,7 +20785,7 @@ if ${ac_cv_gnutls_libs+:} false; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
|
|
- LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt"
|
|
+ LIBS="$LIBS $with_gnutls_libs -lgnutls"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -20824,7 +20824,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confd
|
|
$as_echo "#define HAVE_SSL 1" >>confdefs.h
|
|
|
|
msg_gnutls="GnuTLS"
|
|
- GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt"
|
|
+ GNUTLS_LIBS="$with_gnutls_libs -lgnutls"
|
|
|
|
enable_gnutls="yes"
|
|
else
|