Add RWM overlay support [2] Convert to OPTIONS Remove openldap23-sasl-server as it is no longer required as separated port. PR: 85709 [1], 84966 [2] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1] Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
12 lines
383 B
Text
12 lines
383 B
Text
--- servers/slapd/overlays/Makefile.in.orig Fri Sep 2 03:28:11 2005
|
|
+++ servers/slapd/overlays/Makefile.in Sun Sep 4 16:11:22 2005
|
|
@@ -30,6 +30,9 @@
|
|
valsort.c
|
|
OBJS = overlays.o \
|
|
@SLAPD_STATIC_OVERLAYS@
|
|
+LIBTOOL_OBJS = overlays.lo \
|
|
+ glue.lo \
|
|
+ version.lo
|
|
|
|
# Add here the objs that are needed by overlays, but do not make it
|
|
# into SLAPD_STATIC_OVERLAYS...
|