socat: unbreak musl builds for arm*, i686
musl's termios doesn't have c_ispeed.
This commit is contained in:
parent
021730ce46
commit
58fd640ff2
4 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue