From: Zhenhua Luo Date: Thu, 30 Jun 2016 10:22:29 +0000 (+0800) Subject: socat: remove the hardcoded shifting offset X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dab6d1113e9aec9cbfce4c57ae5a85b1a032cbb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git socat: remove the hardcoded shifting offset The hardcoded shifting offset causes the following runtime error: | socat: xioinitialize.c:41: xioinitialize: Assertion `3 << | opt_crdly.arg3 == 00030000' failed. Signed-off-by: Zhenhua Luo Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.1.bb b/meta/recipes-connectivity/socat/socat_1.7.3.1.bb index 6da9a17b356..4da6d3970bf 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.3.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.3.1.bb @@ -25,9 +25,7 @@ inherit autotools 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 \ +EXTRA_OECONF += "ac_cv_have_z_modifier=yes \ ac_cv_header_bsd_libutil_h=no \ "