freebsd-ports/net/openldap23-server/files/patch-servers_slapd_overlays_Makefile.in
Vsevolod Stakhov fb8e66e8ac Update to 2.3.7 [1]
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]
2005-09-15 11:47:24 +00:00

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...