libglib2: backport upstream patch to handle missing fcntl() flags
authorHollis Blanchard <hollis_blanchard@mentor.com>
Mon, 30 Jul 2018 22:02:16 +0000 (15:02 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 31 Jul 2018 19:42:02 +0000 (21:42 +0200)
commitbb3f944d6669dbf292b9b7693d0bcc3bb351300b
tree63804efadaa56ea3f876460874ea8a0d70bfd2df
parent022ed68fef01fc74ad35acf8d3319ade2069243a
libglib2: backport upstream patch to handle missing fcntl() flags

On RHEL6 hosts, fcntl.h doesn't define F_SETPIPE_SZ or
F_GETPIPE_SZ. Upstream glib has a patch for this case that wasn't
applied to their 2.56.1 branch.

Fixes:

  http://autobuild.buildroot.net/results/04b98a0b5c593c0525ef39d03c1ee7c2bbf5e44d/

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libglib2/0005-gio-fix-compilation-without-F_-S-G-ETPIPE_SZ.patch [new file with mode: 0644]