summaryrefslogtreecommitdiff
path: root/package/coreutils/patches/patch-m4_fseeko_m4
diff options
context:
space:
mode:
Diffstat (limited to 'package/coreutils/patches/patch-m4_fseeko_m4')
-rw-r--r--package/coreutils/patches/patch-m4_fseeko_m411
1 files changed, 11 insertions, 0 deletions
diff --git a/package/coreutils/patches/patch-m4_fseeko_m4 b/package/coreutils/patches/patch-m4_fseeko_m4
new file mode 100644
index 000000000..1d6da43f8
--- /dev/null
+++ b/package/coreutils/patches/patch-m4_fseeko_m4
@@ -0,0 +1,11 @@
+--- coreutils-8.21.orig/m4/fseeko.m4 2013-01-02 13:34:46.000000000 +0100
++++ coreutils-8.21/m4/fseeko.m4 2013-11-04 20:32:38.000000000 +0100
+@@ -37,7 +37,7 @@ AC_DEFUN([gl_FUNC_FSEEKO],
+ fi
+ m4_ifdef([gl_FUNC_FFLUSH_STDIN], [
+ gl_FUNC_FFLUSH_STDIN
+- if test $gl_cv_func_fflush_stdin = no; then
++ if test $gl_cv_func_fflush_stdin != yes; then
+ REPLACE_FSEEKO=1
+ fi
+ ])