socat: unbreak musl builds for arm*, i686

musl's termios doesn't have c_ispeed.
This commit is contained in:
Christopher Brannon 2015-06-18 12:47:36 -07:00
parent 021730ce46
commit 58fd640ff2
4 changed files with 5 additions and 5 deletions

View file

@ -69,3 +69,7 @@ ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
# Xorg
xorg_cv_malloc0_returns_null=${xorg_cv_malloc0_returns_null=yes}
# socat
ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}