From: Rosen Penev Date: Wed, 22 May 2019 00:22:06 +0000 (-0700) Subject: liburcu: Do not build on ARC X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5caa5d0a79920551f924a56c2a0c1569c1b545bb;p=openwrt-packages.git liburcu: Do not build on ARC Not supported. Signed-off-by: Rosen Penev --- diff --git a/libs/liburcu/Makefile b/libs/liburcu/Makefile index 9a2f51ec7..744355fe0 100644 --- a/libs/liburcu/Makefile +++ b/libs/liburcu/Makefile @@ -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