Merge pull request #9502 from neheb/ggd

gddrescue: Do not build with uClibc-ng
This commit is contained in:
Rosen Penev
2019-07-17 12:48:01 -07:00
committed by GitHub

View File

@@ -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