]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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

index f4461de49e26e1138adf05d1900dcf82e7689bf5..9e43e160e3188c213857d51fd1abd68169e56087 100644 (file)
@@ -27,6 +27,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"