Browse Source
Merge pull request #8995 from neheb/bot
botan: Do not build on ARC
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|