From 39b40163824a46217cca13cf6f495f6dde8fd7b9 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 11 Jun 2021 15:44:25 -0700 Subject: [PATCH] stubby: remove libidn2 and libunwind dependencies There's no good way to get rid of these, so just delete the cmake files. Signed-off-by: Rosen Penev (cherry picked from commit 4ebc8798555eb5c4628956ffec49dfc64453e898) --- net/stubby/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/stubby/Makefile b/net/stubby/Makefile index 2f87baef65..3757495d9e 100644 --- a/net/stubby/Makefile +++ b/net/stubby/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stubby PKG_VERSION:=0.4.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME) @@ -17,9 +17,6 @@ PKG_MAINTAINER:=Jonathan Underwood PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING -CMAKE_INSTALL:=1 -PKG_BUILD_PARALLEL:=1 - include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk @@ -48,6 +45,11 @@ define Package/stubby/conffiles /etc/config/stubby endef +define Build/Prepare + $(call Build/Prepare/Default) + rm $(PKG_BUILD_DIR)/cmake/modules/FindLibidn2.cmake $(PKG_BUILD_DIR)/cmake/modules/FindLibunbound.cmake +endef + define Package/stubby/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/stubby $(1)/usr/sbin/stubby -- 2.30.2