diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-20 11:55:22 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-21 14:52:57 +0200 |
commit | 7fb6fe883a6ee360aa861fdae93d7441f9f5d52d (patch) | |
tree | 927f994a64e6f34ff33c6001fa7716c51439efa3 /support/scripts/apply-patches.sh | |
parent | 04a052d908be6ce187da361f31b5b7699999dd34 (diff) | |
download | buildroot-7fb6fe883a6ee360aa861fdae93d7441f9f5d52d.tar.gz buildroot-7fb6fe883a6ee360aa861fdae93d7441f9f5d52d.zip |
uclibc: backport upstream patch adding fcntl definitions on OpenRISC
A number of fcntl.h definitions were missing on OpenRISC in uClibc-ng,
causing build failures such as:
gfile.c: In function 'splice_stream_with_progress':
gfile.c:3017:35: error: 'F_SETPIPE_SZ' undeclared (first use in this function)
buffer_size = fcntl (buffer[1], F_SETPIPE_SZ, 1024 * 1024);
This comit backports a patch that was merged in upstream uClibc-ng,
which addresses this problem.
Fixes:
http://autobuild.buildroot.net/results/182ebbba6c7466b07e965e5120d919cbcf5e9da6/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/scripts/apply-patches.sh')
0 files changed, 0 insertions, 0 deletions