diff --git a/openldap-2.3.37-smbk5pwd.patch b/openldap-2.3.37-smbk5pwd.patch index 18cdf35..b15c6c0 100644 --- a/openldap-2.3.37-smbk5pwd.patch +++ b/openldap-2.3.37-smbk5pwd.patch @@ -47,7 +47,7 @@ diff -up openldap-2.4.11/servers/slapd/overlays/Makefile.in.patch8 openldap-2.4. $(LTLINK_MOD) -module -o $@ valsort.lo version.lo $(LINK_LIBS) +smbk5pwd.la : smbk5pwd.lo -+ $(LTLINK_MOD) -module -o $@ smbk5pwd.lo version.lo $(LINK_LIBS) ++ $(LTLINK_MOD) -module -o $@ smbk5pwd.lo version.lo -lldap -L../../../libraries/libldap/.libs/ $(LINK_LIBS) + install-local: $(PROGRAMS) @if test -n "$?" ; then \ diff --git a/openldap.spec b/openldap.spec index e645965..a981efe 100644 --- a/openldap.spec +++ b/openldap.spec @@ -11,7 +11,7 @@ Summary: LDAP support libraries Name: openldap Version: %{version} -Release: 4%{?dist} +Release: 5%{?dist} License: OpenLDAP Group: System Environment/Daemons Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz @@ -645,6 +645,9 @@ fi %attr(0644,root,root) %{evolution_connector_libdir}/*.a %changelog +* Wed Oct 07 2009 Jan Zeleny 2.4.18-5 +- updated smbk5pwd patch to be linked with libldap (#526500) + * Wed Sep 30 2009 Jan Zeleny 2.4.18-4 - buffer overflow patch from upstream - added /etc/openldap/slapd.d and /etc/openldap/slapd.conf.bak