]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/openldap/files/install-strip.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / openldap / files / install-strip.patch
1 # This patch ensures that the install operations which strip
2 # programs and libraries (LTINSTALL) work in a cross build
3 # environment.
4 --- openldap-2.2.24/.pc/install-strip.patch/build/top.mk        2005-01-20 09:00:55.000000000 -0800
5 +++ openldap-2.2.24/build/top.mk        2005-04-16 13:48:20.536710376 -0700
6 @@ -116,7 +116,7 @@
7  LTLINK_MOD = $(LIBTOOL) $(LTONLY_MOD) --mode=link \
8         $(CC) $(LT_CFLAGS) $(LDFLAGS) $(LTFLAGS_MOD)
9  
10 -LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) 
11 +LTINSTALL = STRIPPROG="@STRIP@" $(LIBTOOL) --mode=install $(top_srcdir)/contrib/ldapc++/install-sh -c
12  LTFINISH = $(LIBTOOL) --mode=finish
13  
14  # Misc UNIX commands used in build environment