From fb81abecb4e8b212f30607bf86d5b1fd769fb19d Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Tue, 15 Jul 2014 17:48:54 -0400 Subject: keystone: package openLDAP 2.4.39 The patches are taken from Debian. Signed-off-by: Amy Fong --- .../openldap/openldap-2.4.39/install-strip.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-support/openldap/openldap-2.4.39/install-strip.patch (limited to 'recipes-support/openldap/openldap-2.4.39/install-strip.patch') diff --git a/recipes-support/openldap/openldap-2.4.39/install-strip.patch b/recipes-support/openldap/openldap-2.4.39/install-strip.patch new file mode 100644 index 0000000..2992b70 --- /dev/null +++ b/recipes-support/openldap/openldap-2.4.39/install-strip.patch @@ -0,0 +1,14 @@ +# This patch ensures that the install operations which strip +# programs and libraries (LTINSTALL) work in a cross build +# environment. +--- openldap-2.2.24/.pc/install-strip.patch/build/top.mk 2005-01-20 09:00:55.000000000 -0800 ++++ openldap-2.2.24/build/top.mk 2005-04-16 13:48:20.536710376 -0700 +@@ -116,7 +116,7 @@ + LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \ + $(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD) + +-LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) ++LTINSTALL = STRIPPROG="" $(LIBTOOL) --mode=install $(top_srcdir)/contrib/ldapc++/install-sh -c + LTFINISH = $(LIBTOOL) --mode=finish + + # Misc UNIX commands used in build environment -- cgit v1.2.3-54-g00ecf