mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02: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>
21 lines
634 B
Diff
21 lines
634 B
Diff
--- openldap-2.3.11/build/openldap.m4.orig 2005-11-11 00:11:18.604322590 -0800
|
|
+++ openldap-2.3.11/build/openldap.m4 2005-11-11 00:26:21.621145856 -0800
|
|
@@ -788,7 +788,7 @@ AC_DEFUN([OL_PTHREAD_TEST_FUNCTION],[[
|
|
]])
|
|
|
|
AC_DEFUN([OL_PTHREAD_TEST_PROGRAM],
|
|
-AC_LANG_SOURCE([OL_PTHREAD_TEST_INCLUDES
|
|
+[AC_LANG_SOURCE([[OL_PTHREAD_TEST_INCLUDES
|
|
|
|
int main(argc, argv)
|
|
int argc;
|
|
@@ -796,7 +796,7 @@ int main(argc, argv)
|
|
{
|
|
OL_PTHREAD_TEST_FUNCTION
|
|
}
|
|
-]))
|
|
+]])])
|
|
dnl --------------------------------------------------------------------
|
|
AC_DEFUN([OL_PTHREAD_TRY], [# Pthread try link: $1 ($2)
|
|
if test "$ol_link_threads" = no ; then
|