[evolution-exchange] update multilib patch

Matthew Barnes mbarnes at fedoraproject.org
Thu Jul 7 12:08:26 UTC 2011


commit 5af8848d461a3ad989a812da7eb3bc3bcc547039
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Thu Jul 7 08:07:57 2011 -0400

    update multilib patch

 ...ution-exchange-2.10.1-fix-64bit-acinclude.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/evolution-exchange-2.10.1-fix-64bit-acinclude.patch b/evolution-exchange-2.10.1-fix-64bit-acinclude.patch
index c493bd0..3f1b7d1 100644
--- a/evolution-exchange-2.10.1-fix-64bit-acinclude.patch
+++ b/evolution-exchange-2.10.1-fix-64bit-acinclude.patch
@@ -33,7 +33,7 @@ diff -up evolution-exchange-2.29.90/m4/evo_ldap_check.m4.fix-64bit-acinclude evo
  			AC_MSG_ERROR([evolution requires OpenLDAP version >= 2])
  		fi
  
--		AC_CHECK_LIB(resolv, res_query, [LDAP_LIBS="-lresolv"])
+-		AC_CHECK_LIB(resolv, res_query, [LDAP_LIBS="-lresolv"], [AC_CHECK_LIB(resolv, __res_query, [LDAP_LIBS="-lresolv"])])
 +		LDAP_LIBS="-lresolv"
  		AC_CHECK_LIB(socket, bind, [LDAP_LIBS="$LDAP_LIBS -lsocket"])
  		AC_CHECK_LIB(nsl, gethostbyaddr, [LDAP_LIBS="$LDAP_LIBS -lnsl"])


More information about the scm-commits mailing list