]> git.pld-linux.org Git - packages/evolution.git/commitdiff
- don't force static ldap
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Jan 2003 13:44:07 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-no-static-ldap.patch -> 1.1

evolution-no-static-ldap.patch [new file with mode: 0644]

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.160532 seconds and 4 git commands to generate.