diff options
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.patch | 16 |
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 @@ | |||
1 | vim: add knob whether elf.h are checked | 1 | From 38de4bccdb8a861ffdd447f12fdab19d6d852c02 Mon Sep 17 00:00:00 2001 |
2 | From: Chong Lu <Chong.Lu@windriver.com> | ||
3 | Date: Tue, 26 Jun 2018 17:34:15 +0800 | ||
4 | Subject: [PATCH] vim: add knob whether elf.h are checked | ||
2 | 5 | ||
3 | Previously, it still was checked when there was no elf library in sysroots directory. | 6 | Previously, it still was checked when there was no elf library in sysroots directory. |
4 | Add knob to decide whether elf.h are checked or not. | 7 | Add knob to decide whether elf.h are checked or not. |
5 | 8 | ||
6 | Upstream-status: Pending | 9 | Upstream-Status: Pending |
7 | 10 | ||
8 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> | 11 | Signed-off-by: Chong Lu <Chong.Lu@windriver.com> |
12 | Signed-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 | ||
13 | diff --git a/src/configure.ac b/src/configure.ac | 17 | diff --git a/src/configure.ac b/src/configure.ac |
14 | index d734064..f504fa6 100644 | 18 | index 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 | -- |
37 | 1.7.9.5 | 41 | 2.7.4 |
38 | 42 | ||