package/uclibc: fix termios redefinition issue for PowerPC
authorVadim Kochan <vadim4j@gmail.com>
Sun, 8 Sep 2019 07:29:59 +0000 (10:29 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 15 Sep 2019 19:59:01 +0000 (21:59 +0200)
commit2c6983820890bbad2d4c05af3c22cbce96c1a71d
tree9290470b0577915e3cb577399da4653fc68380e9
parent14930e191e61872c87fa32522385e1e9c4f5aebe
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/uclibc/0005-PowerPC-sync-with-termios-fix-from-glibc.patch [new file with mode: 0644]