]> code.ossystems Code Review - openembedded-core.git/commitdiff
socat: remove the hardcoded shifting offset
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 30 Jun 2016 10:22:29 +0000 (18:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:41 +0000 (09:55 +0100)
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 <zhenhua.luo@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/socat/socat_1.7.3.1.bb

index 6da9a17b356e7d6364eb5ba5b56474b69adc51fc..4da6d3970bf671815afef5bd722126e6572f677d 100644 (file)
@@ -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 \
 "