openbsd-ports/databases/openldap/patches/patch-servers_slapd_Makefile.in
jakob 60d7778b66 update to v2.0.6
--
OpenLDAP 2.0.6 Release
    Build Environment
        Fixed schema install (ITS#802)
        Added libtool customizations
        Re-enabled module support
    Documentation
        Update ldapsearch(1)

OpenLDAP 2.0.5 Release
    Fixed slapd/ldbm/search confusing log message (ITS#771)
    Fixed slapd/sasl no cred bug
    Fixed slapd idletimeout lock bug (ITS#767)
    Fixed slapd caseIgnoreIA5string indexing bug (ITS#786)
    Fixed slurpd TLS initialization bug (ITS#768)
    Fixed slurpd empty one shot hang (ITS#798)
    Fixed -lldap SASL ctx close bug (ITS#790)
    Fixed -lldap first/next attribute bug (ITS#778)
    Fixed -lldap (v2) rebind URL bug
    Fixed -lldap msgfree NULL bug (ITS#800)
    Fixed -lldif empty value bug
    Fixed -llber stringal len=0 bug
    Updated -llber bprint routine
    Build Environment
        Fixed LDFLAGS/-rpath usage
        Fixed IPv6 detection (ITS#669,ITS#770)
        Fixed VPATH schema install
        Updated libtool to 1.3.5
        Added Darwin support
        Disabled module support
2000-10-05 15:54:37 +00:00

12 lines
453 B
Plaintext

--- servers/slapd/Makefile.in.orig Thu Oct 5 17:14:24 2000
+++ servers/slapd/Makefile.in Thu Oct 5 17:33:22 2000
@@ -253,7 +253,7 @@
@-$(MKDIR) $(DESTDIR)$(schemadir)
for i in $(srcdir)/schema/*.schema ; do \
SF=`basename $$i` ; \
- SD="$(DISTDIR)$(schemadir)/$$SF" ; \
+ SD="$(DESTDIR)$(schemadir)/$$SF" ; \
if test ! -f $$SD ; then \
echo "installing $$SF in $(schemadir)" ; \
echo $(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD ; \