aboutsummaryrefslogtreecommitdiff
path: root/utils/gddrescue
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-02-22 20:58:58 -0800
committerRosen Penev <rosenp@gmail.com>2021-03-05 15:07:46 -0800
commit39bc254663c6a5d54ff959366aba28f6ab9d7c4c (patch)
treec45c55e5b22363e7deb6693808bdcc99cfaab46a /utils/gddrescue
parentf2d7f216a4ec25554674348d21bbafc5308a6f2f (diff)
treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/gddrescue')
-rw-r--r--utils/gddrescue/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/gddrescue/Makefile b/utils/gddrescue/Makefile
index c5de5ebb7..7260aacef 100644
--- a/utils/gddrescue/Makefile
+++ b/utils/gddrescue/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gddrescue
PKG_VERSION:=1.23
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz
PKG_SOURCE_URL:=http://http.debian.net/debian/pool/main/g/$(PKG_NAME)
@@ -19,7 +19,6 @@ PKG_LICENSE_FILES:=LICENSE
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
-include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
define Package/gddrescue
@@ -27,7 +26,7 @@ define Package/gddrescue
CATEGORY:=Utilities
TITLE:=Data recovery tool
URL:=https://www.gnu.org/software/ddrescue/
- DEPENDS:=$(CXX_DEPENDS)
+ DEPENDS:=+libstdcpp
endef
define Package/gddrescue/description