blob: 7c675962b6532bf2904572f0fed548b1519e3175 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# This patch ensures that the install operations which strip
2# programs and libraries (LTINSTALL) work in a cross build
3# environment.
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08004
5Upstream-Status: Pending
6
Patrick Williamsb48b7b42016-08-17 15:04:38 -05007--- openldap-2.2.24/.pc/install-strip.patch/build/top.mk 2005-01-20 09:00:55.000000000 -0800
8+++ openldap-2.2.24/build/top.mk 2005-04-16 13:48:20.536710376 -0700
9@@ -116,7 +116,7 @@
10 LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \
11 $(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD)
12
13-LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
14+LTINSTALL = STRIPPROG="" $(LIBTOOL) --mode=install $(top_srcdir)/contrib/ldapc++/install-sh -c
15 LTFINISH = $(LIBTOOL) --mode=finish
16
17 # Misc UNIX commands used in build environment