SHA256
1
0
forked from pool/coreutils

Accepting request 184097 from home:bernhard-voelker:branches:Base:System

- Undo the previous change.
  Remove configure options gl_cv_func_printf_directive_n and
  gl_cv_func_printf_infinite_long_double again because of constant
  factory build failures on x86_64 and i586.  The argument for
  adding them was that the fortify checks would be bypassed
  by the gnulib "reimplementation of printf", but that is not
  the case: instead, gnulib just adds some wrapping code to ensure
  a consistent behaviour on all supported platforms.

OBS-URL: https://build.opensuse.org/request/show/184097
OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=201
This commit is contained in:
Philipp Thomas 2013-07-23 14:15:15 +00:00 committed by Git OBS Bridge
parent 444cee34e1
commit 1dba197f92
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 23 13:22:21 UTC 2013 - mail@bernhard-voelker.de
- Undo the previous change.
Remove configure options gl_cv_func_printf_directive_n and
gl_cv_func_printf_infinite_long_double again because of constant
factory build failures on x86_64 and i586. The argument for
adding them was that the fortify checks would be bypassed
by the gnulib "reimplementation of printf", but that is not
the case: instead, gnulib just adds some wrapping code to ensure
a consistent behaviour on all supported platforms.
-------------------------------------------------------------------
Mon Jul 8 15:09:22 UTC 2013 - schwab@suse.de

View File

@ -153,8 +153,6 @@ AUTOPOINT=true autoreconf -fi
export CFLAGS="%optflags"
%configure --libexecdir=%{_libdir} \
--enable-install-program=arch \
gl_cv_func_printf_directive_n=yes \
gl_cv_func_printf_infinite_long_double=yes \
DEFAULT_POSIX2_VERSION=200112 \
alternative=199209

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 23 13:22:21 UTC 2013 - mail@bernhard-voelker.de
- Undo the previous change.
Remove configure options gl_cv_func_printf_directive_n and
gl_cv_func_printf_infinite_long_double again because of constant
factory build failures on x86_64 and i586. The argument for
adding them was that the fortify checks would be bypassed
by the gnulib "reimplementation of printf", but that is not
the case: instead, gnulib just adds some wrapping code to ensure
a consistent behaviour on all supported platforms.
-------------------------------------------------------------------
Mon Jul 8 15:09:22 UTC 2013 - schwab@suse.de

View File

@ -153,8 +153,6 @@ AUTOPOINT=true autoreconf -fi
export CFLAGS="%optflags"
%configure --libexecdir=%{_libdir} \
--enable-install-program=arch \
gl_cv_func_printf_directive_n=yes \
gl_cv_func_printf_infinite_long_double=yes \
DEFAULT_POSIX2_VERSION=200112 \
alternative=199209