diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-04-18 18:16:31 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-21 13:31:47 +0200 |
commit | 38d45f7446d845b9c19367d7b17c4625537a1101 (patch) | |
tree | 8168904f80498a5526d512fa5c2fee607ccd3c01 /meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch | |
parent | 9dfa0411e01bd23df4994627fa0280c407a1aac9 (diff) | |
download | meta-openembedded-38d45f7446d845b9c19367d7b17c4625537a1101.tar.gz |
vim: don't check acl header if acl support disabled
Vim/vim-tiny always check 'sys/acl.h' existence even acl support
has been disabled from configure line. This works in mostly time
but except for acl works in an odd mode - while acl was mirrored
from sstate_cache, it will install 'sys/acl.h' to sysroot dir and
and then clean the header file with sysroot_cleansstate().
If build vim/vim-tiny and acl in parallel, below errors will occur:
* os_unix.c:2668:23: fatal error: sys/acl.h: No such file or directory
This change only workaround the failure and get build running, we
still need to fix it from acl side.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch')
0 files changed, 0 insertions, 0 deletions