]> code.ossystems Code Review - openembedded-core.git/commit
socat: forcibly disable use of libbsd
authorRoss Burton <ross.burton@intel.com>
Fri, 9 Jan 2015 16:40:31 +0000 (16:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 22:59:46 +0000 (22:59 +0000)
commit7defa2bb5b28ea69f749363a607a114cfa4ba4ed
tree1008e71183a243ea49ff335b15d7884b4000861f
parentb985f32a38b3809ea7f34b5946ac8e22a73f2741
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/socat/socat_1.7.2.4.bb