diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-08-15 10:09:03 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-21 21:35:06 +0200 |
commit | 2139d9034d036e92566adf2fff75fa49cd531ab1 (patch) | |
tree | 483b2b8b9c17661b3ab64bd859727a9e2cd33851 /meta-networking/recipes-support/tcpdump/tcpdump-4.5.1/configure.patch | |
parent | db6489c2faea6d51e1dd45d627e722b978511130 (diff) | |
download | meta-openembedded-2139d9034d036e92566adf2fff75fa49cd531ab1.tar.gz |
mg: fix build when host system does not have libncurses-dev
The configure script for mg checks the standard locations under /usr for
the term.h header file needed to build against ncurses; however, in the
OE cross-compile case, this is not valid, since the file will be under
the sysroot instead. This causes the configure step to fail when the
build machine does not have the libncurses-dev package installed.
To fix the issue, remove the check. Since mg DEPENDS on ncurses, term.h
will always be there.
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpdump-4.5.1/configure.patch')
0 files changed, 0 insertions, 0 deletions