mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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)
This commit is contained in:
@@ -27,7 +27,7 @@ define Package/gddrescue
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Data recovery tool
|
||||
URL:=https://www.gnu.org/software/ddrescue/
|
||||
DEPENDS:=$(CXX_DEPENDS)
|
||||
DEPENDS:=$(CXX_DEPENDS) @!USE_UCLIBC
|
||||
endef
|
||||
|
||||
define Package/gddrescue/description
|
||||
|
||||
Reference in New Issue
Block a user