Package: macopix-gtk2
Version: 1.7.4-3
macopix-gtk2 links against and requires gcrypt:
(SID)ametzler@argenau:/tmp/buildd$ grep -i2 gcry macopix-1.7.4/configure.in
AC_CACHE_CHECK([for GnuTLS libraries], gnutls_libs,
[
LIBS="$LIBS $with_gnutls_libs -lgnutls -lgcrypt
-lgnutls-openssl"
AC_TRY_LINK_FUNC(gnutls_init, gnutls_libs="yes",
gnutls_libs="no")
LIBS="$LIBS_save"
--
AC_DEFINE(USE_GNUTLS, 1, Define if you use GNUTLS to
support SSL.)
msg_gnutls="GnuTLS"
GNUTLS_LIBS="$with_gnutls_libs -lgnutls -lgcrypt
-lgnutls-openssl"
use_gnutls="yes"
However afaict it does not use it:
(SID)ametzler@argenau:/tmp/buildd$ grep -ril gcry macopix-1.7.4/
macopix-1.7.4/configure.in
macopix-1.7.4/configure
This prevents compilation against GnuTLS 3.0.0 (available in
experimental), which does not use gcrypt as crypto backend anymore.
cu andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]