]> git.pld-linux.org Git - packages/evolution.git/blobdiff - evolution-no-static-ldap.patch
- don't force static ldap
[packages/evolution.git] / evolution-no-static-ldap.patch
diff --git a/evolution-no-static-ldap.patch b/evolution-no-static-ldap.patch
new file mode 100644 (file)
index 0000000..20a68f0
--- /dev/null
@@ -0,0 +1,21 @@
+--- evolution-1.2.1/acinclude.m4.orig  Wed Sep  4 22:28:05 2002
++++ evolution-1.2.1/acinclude.m4       Fri Jan 17 13:53:38 2003
+@@ -106,15 +106,11 @@
+               AC_DEFINE(HAVE_LDAP)
+               case $with_static_ldap in
+-              no|"")
+-                      if test -f $with_openldap/lib/libldap.la; then
+-                              with_static_ldap=yes
+-                      else
+-                              with_static_ldap=no
+-                      fi
++              yes)
++                      with_static_ldap=yes
+                       ;;
+               *)
+-                      with_static_ldap=yes
++                      with_static_ldap=no
+                       ;;
+               esac
This page took 0.029118 seconds and 4 git commands to generate.