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
commit af0c91c3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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