diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-07 14:01:25 +0000 |
commit | 6ef2dc6e19b63972fbcd949d325f74b87ef312b3 (patch) | |
tree | 22afa5e37d08484c0d21f291337a812ce0b8c31b /net/openldap24-server/files/patch-build::top.mk | |
parent | Update to 0.23 (diff) |
- now *really* use libtool from ports instead of the included one
- 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
Diffstat (limited to 'net/openldap24-server/files/patch-build::top.mk')
-rw-r--r-- | net/openldap24-server/files/patch-build::top.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openldap24-server/files/patch-build::top.mk b/net/openldap24-server/files/patch-build::top.mk new file mode 100644 index 000000000000..94551ea27b27 --- /dev/null +++ b/net/openldap24-server/files/patch-build::top.mk @@ -0,0 +1,11 @@ +--- 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) |