mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ssdeep
|
||||
PKG_VERSION:=2.14.1
|
||||
PKG_RELEASE=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/ssdeep-project/ssdeep/releases/download/release-$(PKG_VERSION)/
|
||||
@@ -22,7 +22,6 @@ PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
|
||||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ssdeep
|
||||
@@ -30,7 +29,7 @@ define Package/ssdeep
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=A program to compute and match fuzzy hashes
|
||||
URL:=https://ssdeep-project.github.io/ssdeep
|
||||
DEPENDS:=$(CXX_DEPENDS)
|
||||
DEPENDS:=+libstdcpp
|
||||
endef
|
||||
|
||||
define Package/ssdeep/description
|
||||
|
||||
Reference in New Issue
Block a user