c70823e69b
0.43: SSL bugfixes. 0.42: SMTP addition. bugfixes. 2005-12-02 - libetpan-0.41 * release 0.41 - Transfixion * passphrase is implemented for S/MIME and PGP. * avoid symbols conflict between GnuTLS and OpenSSL. 2005-10-07 - libetpan-0.40 - hoa * release 0.40 - Kashmir * SSL initialization is optional. 2005-09-16 - libetpan-0.39 - hoa * release 0.39 - Deliverance * compatibility with GnuTLS * SASL for higher level Add cyrus-sasl dependency. Bump RECOMMENDED for shlib major bump.
15 lines
559 B
Text
15 lines
559 B
Text
$NetBSD: patch-aa,v 1.2 2006/03/08 06:33:32 wiz Exp $
|
|
|
|
--- libetpan-config.in.orig 2006-03-08 02:14:34.000000000 +0100
|
|
+++ libetpan-config.in
|
|
@@ -47,8 +47,8 @@ while test $# -gt 0; do
|
|
echo $includedir
|
|
;;
|
|
--libs)
|
|
- libdir=-L@libdir@
|
|
- echo $libdir -letpan@LIBSUFFIX@ @LDFLAGS@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
|
|
+ libdir="-L@libdir@ @COMPILERFLAGS@@libdir@"
|
|
+ echo $libdir -letpan@LIBSUFFIX@ @SSLLIBS@ @GNUTLSLIB@ @LIBICONV@ @DBLIB@ @LIBS@ @SASLLIBS@
|
|
;;
|
|
*)
|
|
echo "${usage}" 1>&2
|