dovecot-1.2: configure: Added -llber to ldap libs. Fixes linking...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 9 22:08:12 EET 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/58650eedc4fd
changeset: 9499:58650eedc4fd
user: Timo Sirainen <tss at iki.fi>
date: Wed Dec 09 15:08:05 2009 -0500
description:
configure: Added -llber to ldap libs. Fixes linking in some systems.
Patch by Marco Nenciarini.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
configure.in | 2 +-
diffs (12 lines):
diff -r a9b469e1c8de -r 58650eedc4fd configure.in
--- a/configure.in Tue Dec 08 17:52:10 2009 -0500
+++ b/configure.in Wed Dec 09 15:08:05 2009 -0500
@@ -1897,7 +1897,7 @@ if test $want_ldap != no; then
AC_CHECK_LIB(ldap, ldap_start_tls_s, [
AC_DEFINE(LDAP_HAVE_START_TLS_S,, Define if you have ldap_start_tls_s)
])
- LDAP_LIBS=-lldap
+ LDAP_LIBS="-lldap -llber"
AC_SUBST(LDAP_LIBS)
if test $want_ldap != plugin; then
AUTH_LIBS="$AUTH_LIBS $LDAP_LIBS"
More information about the dovecot-cvs
mailing list