mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 15:28:06 +00:00
1) Dropped backported patches(commit-id): -0001-ITS-8027-require-non-empty-AttributeList.patch(c32e747) -0001-ITS-8046-fix-vrFilter_free.patch(2f1a2dd) 2) Update the checksum of COPYRIGHT,since the date in it has been changed, but the LICENSE has not been changed. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
653 B
Diff
15 lines
653 B
Diff
# 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
|