Browse Source

Merge pull request #9049 from neheb/urc

liburcu: Do not build on ARC
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
e6bdc5ed33
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/liburcu/Makefile

+ 1
- 1
libs/liburcu/Makefile View File

@ -31,7 +31,7 @@ define Package/liburcu
CATEGORY:=Libraries
TITLE:=User-space Read-Copy-Update library
URL:=https://lttng.org/
DEPENDS:=+libpthread
DEPENDS:=+libpthread @!arc
endef
define Package/liburcu/description


Loading…
Cancel
Save