921495db7a
Bug fixes split no longer creates files with a suffix length that is dependent on the number of bytes or lines per file. [bug introduced in coreutils-8.8] OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=79
25 lines
1010 B
Diff
25 lines
1010 B
Diff
Index: configure
|
|
===================================================================
|
|
--- configure.orig 2011-01-04 12:23:03.000000000 +0100
|
|
+++ configure 2011-01-05 14:27:40.804235553 +0100
|
|
@@ -3423,7 +3423,6 @@ as_fn_append ac_func_list " alarm"
|
|
as_fn_append ac_header_list " sys/statvfs.h"
|
|
as_fn_append ac_header_list " sys/select.h"
|
|
as_fn_append ac_func_list " nl_langinfo"
|
|
-gl_printf_safe=yes
|
|
as_fn_append ac_header_list " priv.h"
|
|
as_fn_append ac_header_list " pthread.h"
|
|
as_fn_append ac_func_list " readlinkat"
|
|
Index: m4/gnulib-comp.m4
|
|
===================================================================
|
|
--- m4/gnulib-comp.m4.orig 2011-01-01 22:23:14.000000000 +0100
|
|
+++ m4/gnulib-comp.m4 2011-01-05 14:27:40.806235609 +0100
|
|
@@ -1190,7 +1190,6 @@ AC_DEFUN([gl_INIT],
|
|
# Code from module printf-frexpl:
|
|
gl_FUNC_PRINTF_FREXPL
|
|
# Code from module printf-safe:
|
|
- m4_divert_text([INIT_PREPARE], [gl_printf_safe=yes])
|
|
# Code from module priv-set:
|
|
gl_PRIV_SET
|
|
# Code from module progname:
|