Browse Source

Merge pull request #8995 from neheb/bot

botan: Do not build on ARC
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
af0c91c3b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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