[oe-commits] Ross Burton : socat: forcibly disable use of libbsd

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 17:40:38 UTC 2015


Module: openembedded-core.git
Branch: dizzy
Commit: eab55e22c685f9192ed1abd7a559aeb13eab41fd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eab55e22c685f9192ed1abd7a559aeb13eab41fd

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Jan  9 16:40:31 2015 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta/recipes-connectivity/socat/socat_1.7.2.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.4.bb b/meta/recipes-connectivity/socat/socat_1.7.2.4.bb
index efa3b91..44d7220 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.2.4.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.4.bb
@@ -26,6 +26,7 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
 EXTRA_OECONF += "ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 \
         sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 \
         ac_cv_ispeed_offset=13 \
+        ac_cv_header_bsd_libutil_h=no \
 "
 
 PACKAGECONFIG ??= "tcp-wrappers"



More information about the Openembedded-commits mailing list