Browse Source
Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
utils/gddrescue/Makefile
|
|
@ -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 |
|
|
|