gddrescue: Add uClibc-ng support 9574/head
authorRosen Penev <rosenp@gmail.com>
Fri, 26 Jul 2019 02:22:31 +0000 (19:22 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 26 Jul 2019 02:40:05 +0000 (19:40 -0700)
commitd6af6a4d75bd520510aaf2ef97b89024b427cac3
tree1b49b1e4885c322ca0730403cde92c345f77052c
parentf431f442a34da3a45b367d50695a73db4477b2c5
gddrescue: Add uClibc-ng support

It turns out, this breaks only when compiling with both uClibc-ng and
uClibc++. If the libc or libc++ gets swapped out, it compiles fine.

libstdcpp is fine because it already undefs these macros. The actual
bug is probably in uClibc-ng but this is a fine workaround.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/gddrescue/Makefile
utils/gddrescue/patches/010-fix-uclibcxx.patch [new file with mode: 0644]