mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
- build -dynamic for better compatibility with libltdl - grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users test the perl backend - dynamically create pkg-plist in pre-install instead of post-install to simplify things and guard against changes in bsd.port.mk - bump portrevision - miscellaneous style fixes: PR: 54177 Submitted by: maintainer
11 lines
369 B
Makefile
11 lines
369 B
Makefile
--- build/top.mk.orig Mon Apr 7 22:23:26 2003
|
|
+++ build/top.mk Mon Jul 7 05:35:52 2003
|
|
@@ -192,6 +192,8 @@
|
|
SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@
|
|
SLURPD_LIBS = @SLURPD_LIBS@
|
|
|
|
+SLAPI_LIBS = @SLAPI_LIBS@
|
|
+
|
|
# Our Defaults
|
|
CC = $(AC_CC)
|
|
DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
|