e8643086f5
There is development version of openldap named 2.3.2beta2. These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar. The repocopy has been already made in ports/77170. PR: ports/80618 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
11 lines
386 B
Makefile
11 lines
386 B
Makefile
--- build/top.mk.orig Mon Apr 12 20:21:07 2004
|
|
+++ build/top.mk Wed May 5 12:49:13 2004
|
|
@@ -196,6 +196,8 @@
|
|
SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@
|
|
SLURPD_LIBS = @SLURPD_LIBS@
|
|
|
|
+SLAPI_LIBS = @SLAPI_LIBS@
|
|
+
|
|
# Our Defaults
|
|
CC = $(AC_CC)
|
|
DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
|