Browse Source

botan: Do not build on ARC

Not supported.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev 5 years ago
parent
commit
a4df3a3ec1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/botan/Makefile

+ 1
- 1
libs/botan/Makefile 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


Loading…
Cancel
Save