]> git.sur5r.net Git - openldap/commitdiff
import rev 1.46, ITS#4988: --disable-overlays broke Makefile.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 29 May 2007 23:57:47 +0000 (23:57 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 29 May 2007 23:57:47 +0000 (23:57 +0000)
CHANGES
servers/slapd/overlays/Makefile.in

diff --git a/CHANGES b/CHANGES
index 8bcdcae38d5c503c7fcf92ce28e33f8f8c2919ce..a1280c73e02fb6319e8351d7c1f20c94d2235751 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,8 @@ OpenLDAP 2.3.36 Engineering
        Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
        Fixed libldap response code handling on rebind (ITS#4924)
        Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
+       Build Environment
+               Fixed --disable-overlays Makefile problem (ITS#4988)
        Documentation
                Updated slapadd(8) with details on -s option
                Updated slapo-ppolicy(5) for pwdAccountLockedTime zero example (ITS#4978)
index bc239afd542fd76e60e57c7c50923f1c36341447..fd3218b8abdfd7a2974d861840e3902fa5e1be47 100644 (file)
@@ -29,9 +29,9 @@ SRCS = overlays.c \
        translucent.c \
        unique.c \
        valsort.c
-OBJS = overlays.o \
-       statover.o \
-       @SLAPD_STATIC_OVERLAYS@
+OBJS = statover.o \
+       @SLAPD_STATIC_OVERLAYS@ \
+       overlays.o
 
 # Add here the objs that are needed by overlays, but do not make it
 # into SLAPD_STATIC_OVERLAYS...