Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
This commit is contained in:
commit
83fddf30c3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ define Package/gddrescue
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Data recovery tool
|
TITLE:=Data recovery tool
|
||||||
URL:=https://www.gnu.org/software/ddrescue/
|
URL:=https://www.gnu.org/software/ddrescue/
|
||||||
DEPENDS:=$(CXX_DEPENDS)
|
DEPENDS:=$(CXX_DEPENDS) @!USE_UCLIBC
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gddrescue/description
|
define Package/gddrescue/description
|
||||||
|
|
Loading…
Reference in a new issue