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
commit 83fddf30c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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