package/uclibc: fix termios redefinition issue for PowerPC
commit14c36638c1a125b1c2d06857c7e7c44f266d0e8e
authorVadim Kochan <vadim4j@gmail.com>
Wed, 21 Aug 2019 00:30:59 +0000 (21 03:30 +0300)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 6 Sep 2019 10:07:32 +0000 (6 12:07 +0200)
tree1e498849b8fc7944aefd4e9e0882bf767cbe5124
parente94e6f4bd91c92c7e1cc21d82ed9320dd722add2
package/uclibc: fix termios redefinition issue for PowerPC

Fix redefinition of 'struct termios' by syncing termios powerpc headers
from glibc, the commit which fixed the same issue in glibc:

    d4795e4a43e6f0c221bc5dc64c612206a21a177b PowerPC: Fix termios definitions

    https://sourceware.org/git/?p=glibc.git;a=commit;h=d4795e4a43e6f0c221bc5dc64c612206a21a177b

it fixed the following bug request:

    https://bugzilla.redhat.com/show_bug.cgi?id=1122714

In case of Buildroot it fixes flashrom build for PowerPC.

Fixes:
http://autobuild.buildroot.net/results/797dde5cbf0e94162c7cc7b557841605c78ac2f3/

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
package/uclibc/0005-PowerPC-sync-with-termios-fix-from-glibc.patch [new file with mode: 0644]