From a4df3a3ec13e17d3255db358793f7e368bee34e3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 15 May 2019 14:40:46 -0700 Subject: [PATCH] botan: Do not build on ARC Not supported. Signed-off-by: Rosen Penev --- libs/botan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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