3254625489
LDAPDB auxprop plugin was added since this version. Unfortunately, we cannot simply enable it in ports tree to avoid dependency loop with OpenLDAP port. So, I'll add separete port for it later.
24 lines
650 B
Text
24 lines
650 B
Text
Index: lib/Makefile.in
|
|
diff -u lib/Makefile.in.orig lib/Makefile.in
|
|
--- lib/Makefile.in.orig Sun May 15 14:58:38 2005
|
|
+++ lib/Makefile.in Wed May 18 01:12:50 2005
|
|
@@ -12,6 +12,8 @@
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
+.PATH: ${.CURDIR}/../plugins ${.CURDIR}/../sasldb
|
|
+
|
|
@SET_MAKE@
|
|
|
|
# Makefile.am for the SASL library
|
|
@@ -645,10 +647,6 @@
|
|
rm -f $@
|
|
ln -s .libs/$@ $@
|
|
|
|
-$(SASL_STATIC_OBJS): linksrcs
|
|
-
|
|
-linksrcs:
|
|
- -ln -s $(SASL_STATIC_SRCS) .
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|