openbsd-ports/databases/openldap/patches/patch-build_top_mk
pea d8e2f5d8db *MAJOR UPGRADE*
Upgrade to OpenLDAP 2.4.23.
Important things to know:

+ ldbm backend has been removed
+ bdb is the default backend
+ slurp has been removed

Backup all your data before this upgrade !!

Tested in a bulk by landry@
Lot of help/comments/ideas/tests from ajacoutot@, jasper@, landry@, sthen@, stephan@

ok ajacoutot@, landry@, jasper@, stephan@
2011-01-07 10:24:30 +00:00

13 lines
442 B
Plaintext

$OpenBSD: patch-build_top_mk,v 1.6 2011/01/07 10:24:30 pea Exp $
--- build/top.mk.orig Mon Jul 6 21:22:52 2009
+++ build/top.mk Mon Nov 2 12:09:42 2009
@@ -122,7 +122,7 @@ LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \
$(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD)
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
-LTFINISH = $(LIBTOOL) --mode=finish
+LTFINISH = true
# Misc UNIX commands used in build environment
AR = @AR@