From 78d7c8aef5611fe65fcf8609aa73a37100987978 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 3 Jan 2020 19:08:21 -0800 Subject: [PATCH] knot: Do not try to build under ARC liburcu does not support ARC. Signed-off-by: Rosen Penev (cherry picked from commit 5ec47ca83707f4d15a7b67ed1ae77e827dc78946) --- net/knot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/knot/Makefile b/net/knot/Makefile index 0566643dc..aacc10199 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -45,12 +45,13 @@ endef define Package/knot-libs $(call Package/knot-lib/Default) TITLE+= common DNS and DNSSEC libraries - DEPENDS+=+libgnutls +lmdb + DEPENDS+=+libgnutls +lmdb @!arc endef define Package/knot-libzscanner $(call Package/knot-lib/Default) TITLE+= zone parser library + DEPENDS+=@!arc endef define Package/knot @@ -167,6 +168,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/tests check-compile endef +ifneq ($(CONFIG_arc),y) define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} $(1)/usr/lib/ @@ -183,6 +185,7 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc $(1)/usr/lib/pkgconfig/ endef +endif define Package/knot-libs/install $(INSTALL_DIR) $(1)/usr/lib