summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
diff options
context:
space:
mode:
authorchangqing.li@windriver.com <changqing.li@windriver.com>2018-06-29 14:22:17 +0800
committerKhem Raj <raj.khem@gmail.com>2018-06-29 07:00:52 -0700
commit318c9572d26b8ff16b3b6ba43c22c11894f6dde2 (patch)
tree1a17498c9fd91b9aaddc40ce62e79b0df91c1679 /meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
parent6e47ace16f6914d8a0006c790a2dfdff02468ade (diff)
downloadmeta-openembedded-318c9572d26b8ff16b3b6ba43c22c11894f6dde2.tar.gz
vim/vim-tiny: upgrade 8.0.0983 -> 8.1.0.116
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch')
-rw-r--r--meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch b/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
index 6c620f9f27..37914d4cd9 100644
--- a/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
+++ b/meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
@@ -1,20 +1,24 @@
1vim: add knob whether elf.h are checked 1From 38de4bccdb8a861ffdd447f12fdab19d6d852c02 Mon Sep 17 00:00:00 2001
2From: Chong Lu <Chong.Lu@windriver.com>
3Date: Tue, 26 Jun 2018 17:34:15 +0800
4Subject: [PATCH] vim: add knob whether elf.h are checked
2 5
3Previously, it still was checked when there was no elf library in sysroots directory. 6Previously, it still was checked when there was no elf library in sysroots directory.
4Add knob to decide whether elf.h are checked or not. 7Add knob to decide whether elf.h are checked or not.
5 8
6Upstream-status: Pending 9Upstream-Status: Pending
7 10
8Signed-off-by: Chong Lu <Chong.Lu@windriver.com> 11Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
12Signed-off-by: Changqing Li <changqing.li@windriver.com>
9--- 13---
10 src/configure.ac | 7 +++++++ 14 src/configure.ac | 7 +++++++
11 1 file changed, 7 insertions(+) 15 1 file changed, 7 insertions(+)
12 16
13diff --git a/src/configure.ac b/src/configure.ac 17diff --git a/src/configure.ac b/src/configure.ac
14index d734064..f504fa6 100644 18index 0ee86ad..64736f0 100644
15--- a/src/configure.ac 19--- a/src/configure.ac
16+++ b/src/configure.ac 20+++ b/src/configure.ac
17@@ -2483,11 +2483,18 @@ AC_TRY_COMPILE([#include <stdio.h>], [int x __attribute__((unused));], 21@@ -3192,11 +3192,18 @@ AC_TRY_COMPILE([#include <stdio.h>], [int x __attribute__((unused));],
18 AC_MSG_RESULT(no)) 22 AC_MSG_RESULT(no))
19 23
20 dnl Checks for header files. 24 dnl Checks for header files.
@@ -34,5 +38,5 @@ index d734064..f504fa6 100644
34 AC_HEADER_DIRENT 38 AC_HEADER_DIRENT
35 39
36-- 40--
371.7.9.5 412.7.4
38 42