openbsd-ports/databases/openldap/patches/patch-build_top_mk

13 lines
442 B
Plaintext
Raw Normal View History

$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@