sys-apps/util-linux: Build fix on MIPS from upstream
authorJoshua Kinard <kumba@gentoo.org>
Sun, 24 Mar 2019 19:43:33 +0000 (15:43 -0400)
committerJoshua Kinard <kumba@gentoo.org>
Sun, 24 Mar 2019 19:45:12 +0000 (15:45 -0400)
commit14577373ea94b996b856cad1c7f837fb79032d2f
treed220d5337c20e8d53d9400129f5e57ab62c07406
parent65d1ad1b75b07a7d99666a0d48080686394b5e76
sys-apps/util-linux: Build fix on MIPS from upstream

In glibc-2.29, the definitions of 'struct termios' were consolidated
across architectures.  This causes a build error in util-linux on MIPS
due to undefined struct members 'c_ospeed' and 'c_ispeed', which MIPS
does not have.  The included patch from upstream fixes this, and should
be in the next util-linux release.

Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
sys-apps/util-linux/files/util-linux-2.33.1-fix-struct_termios-check.patch [new file with mode: 0644]
sys-apps/util-linux/util-linux-2.33.1.ebuild