From d8314e9db12d798bcf7b83d2bf2713a1311d9b7c Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Mon, 6 May 2019 08:51:52 +0000
Subject: add glibc 2.28 host compatibility patches

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/bison/patches/patch-lib_fseterr_c | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 package/bison/patches/patch-lib_fseterr_c

(limited to 'package/bison')

diff --git a/package/bison/patches/patch-lib_fseterr_c b/package/bison/patches/patch-lib_fseterr_c
new file mode 100644
index 000000000..06af7469f
--- /dev/null
+++ b/package/bison/patches/patch-lib_fseterr_c
@@ -0,0 +1,11 @@
+--- bison-3.0.4.orig/lib/fseterr.c	2015-01-04 16:43:50.000000000 +0000
++++ bison-3.0.4/lib/fseterr.c	2019-05-06 08:24:42.407830562 +0000
+@@ -29,7 +29,7 @@ fseterr (FILE *fp)
+   /* Most systems provide FILE as a struct and the necessary bitmask in
+      <stdio.h>, because they need it for implementing getc() and putc() as
+      fast macros.  */
+-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
++#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
+   fp->_flags |= _IO_ERR_SEEN;
+ #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin */
+   fp_->_flags |= __SERR;
-- 
cgit v1.2.3