Merge pull request #8995 from neheb/bot

botan: Do not build on ARC
This commit is contained in:
Rosen Penev
2019-05-15 18:51:11 -07:00
committed by GitHub

View File

@@ -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