martin: server/openldap kolab.patch,1.2,1.3

cvs at intevation.de cvs at intevation.de
Thu May 26 13:57:57 CEST 2005


Author: martin

Update of /kolabrepository/server/openldap
In directory doto:/tmp/cvs-serv2744

Modified Files:
	kolab.patch 
Log Message:
Martin Konold: Currently we don't want to link agains db-4.3 but db-4.2. This patch shall only guarantee that we link statically not dynamically against the OpenPKG version


Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/openldap/kolab.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolab.patch	26 May 2005 11:50:01 -0000	1.2
+++ kolab.patch	26 May 2005 11:57:55 -0000	1.3
@@ -14,7 +14,7 @@
      %{l_shtool} subst \
          -e 's;ln -s;ln;g' \
 -        -e 's;-ldb42;-ldb;g' \
-+        -e 's;-ldb43;%{l_prefix}/lib/libdb.a;g' \
++        -e 's;-ldb42;%{l_prefix}/lib/libdb.a;g' \
          -e 's;<db\.h>;"db.h";g' \
          configure
  %if "%{with_sasl}" == "yes"





More information about the commits mailing list