diff options
author | Ross Burton <ross.burton@intel.com> | 2015-01-09 16:40:31 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:21 +0000 |
commit | b39ebfd9b29a0c92bd5252ca35500d8378ac92d9 (patch) | |
tree | aaf9deb7b5656f4205e6ae27dcf95e279721b1cc /scripts | |
parent | 5e52a6cf3ef413d1931d7db8a84d29540fc3108e (diff) | |
download | poky-b39ebfd9b29a0c92bd5252ca35500d8378ac92d9.tar.gz |
socat: forcibly disable use of libbsd
Socat will look for openpty() in BSD headers before Linux headers, so if libbsd
is present at configure time then that will be used. We don't need to depend on
libbsd though, and leaving it floating can cause build errors, so tell configure
that the libbsd header isn't present.
(From OE-Core rev: 7defa2bb5b28ea69f749363a607a114cfa4ba4ed)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions