packages/utils/gddrescue
Rosen Penev f586d5e79e
gddrescue: Do not build with uClibc-ng
From the developer:

It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.

IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(9172e2828f)
2019-07-19 20:00:00 -07:00
..
patches gddrescue: add ddrescue a data recovery tool 2019-03-29 00:12:50 +02:00
Makefile gddrescue: Do not build with uClibc-ng 2019-07-19 20:00:00 -07:00