changeset 15646:0e12a687f5bf

dovecot-config: Removed unnecessary/duplicate ssl library links.
author Timo Sirainen <tss@iki.fi>
date Tue, 15 Jan 2013 08:30:57 +0200
parents 970dc6b0760b
children 6139eac53d72
files Makefile.am configure.ac
diffstat 2 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Jan 14 18:24:19 2013 +0200
+++ b/Makefile.am	Tue Jan 15 08:30:57 2013 +0200
@@ -66,7 +66,6 @@
 	-e "s|^\(LIBDOVECOT\)=.*$$|\1='-L$(pkglibdir) -ldovecot'|" \
 	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1='-ldovecot-login $(SSL_LIBS)'|" \
 	-e "s|^\(LIBDOVECOT_SQL\)=.*$$|\1=-ldovecot-sql|" \
-	-e "s|^\(LIBDOVECOT_SSL\)=.*$$|\1=-ldovecot-ssl|" \
 	-e "s|^\(LIBDOVECOT_COMPRESS\)=.*$$|\1=-ldovecot-compression|" \
 	-e "s|^\(LIBDOVECOT_LDA\)=.*$$|\1=-ldovecot-lda|" \
 	-e "s|^\(LIBDOVECOT_STORAGE\)=.*$$|\1='-ldovecot-storage $(LINKED_STORAGE_LDADD)'|" \
--- a/configure.ac	Mon Jan 14 18:24:19 2013 +0200
+++ b/configure.ac	Tue Jan 15 08:30:57 2013 +0200
@@ -2478,17 +2478,9 @@
   fi
   if test $storage = imapc; then
     mailbox_list_drivers="$mailbox_list_drivers imapc"
-    want_ssl_libs=yes
-  fi
-  if test $storage = pop3c; then
-    want_ssl_libs=yes
   fi
 done
 LINKED_STORAGE_LDADD=
-if test "$want_ssl_libs" = yes; then
-  LINKED_STORAGE_LIBS="$LINKED_STORAGE_LIBS \$(top_builddir)/src/lib-ssl-iostream/libssl_iostream.la"
-  LINKED_STORAGE_LDADD="$SSL_LIBS"
-fi
 AC_SUBST(LINKED_STORAGE_LIBS)
 AC_SUBST(LINKED_STORAGE_LDADD)
 AC_SUBST(mailbox_list_drivers)
@@ -2528,7 +2520,6 @@
 AC_SUBST(LIBDOVECOT_STORAGE_DEPS)
 AC_SUBST(LIBDOVECOT_LOGIN)
 AC_SUBST(LIBDOVECOT_SQL)
-AC_SUBST(LIBDOVECOT_SSL)
 AC_SUBST(LIBDOVECOT_COMPRESS)
 AC_SUBST(LIBDOVECOT_LDA)