From: Rosen Penev Date: Wed, 15 May 2019 21:40:46 +0000 (-0700) Subject: botan: Do not build on ARC X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a4df3a3ec13e17d3255db358793f7e368bee34e3;p=openwrt-packages.git botan: Do not build on ARC Not supported. Signed-off-by: Rosen Penev --- diff --git a/libs/botan/Makefile b/libs/botan/Makefile index ebd9c6dc9..59d1b517e 100644 --- a/libs/botan/Makefile +++ b/libs/botan/Makefile @@ -41,7 +41,7 @@ define Package/libbotan CATEGORY:=Libraries TITLE+= (library) ABI_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) - DEPENDS:=+libstdcpp +libpthread + DEPENDS:=+libstdcpp +libpthread @!arc endef define Package/libbotan/description