mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
gddrescue: Add uClibc-ng support
It turns out, this breaks only when compiling with both uClibc-ng and uClibc++. If the libc or libc++ gets swapped out, it compiles fine. libstdcpp is fine because it already undefs these macros. The actual bug is probably in uClibc-ng but this is a fine workaround. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gddrescue
|
||||
PKG_VERSION:=1.23
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.xz
|
||||
PKG_SOURCE_URL:=http://http.debian.net/debian/pool/main/g/$(PKG_NAME)
|
||||
@@ -27,7 +27,7 @@ define Package/gddrescue
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Data recovery tool
|
||||
URL:=https://www.gnu.org/software/ddrescue/
|
||||
DEPENDS:=$(CXX_DEPENDS) @!USE_UCLIBC
|
||||
DEPENDS:=$(CXX_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/gddrescue/description
|
||||
|
||||
Reference in New Issue
Block a user