stubby: remove libidn2 and libunwind dependencies 15837/head
authorRosen Penev <rosenp@gmail.com>
Fri, 11 Jun 2021 22:44:25 +0000 (15:44 -0700)
committerRosen Penev <rosenp@gmail.com>
Fri, 11 Jun 2021 22:46:18 +0000 (15:46 -0700)
There's no good way to get rid of these, so just delete the cmake files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/stubby/Makefile

index a78e6a9c8fa8a1f1fbbd3a564dc302a3be346b31..30002c34e858c6b41b0c41619cd39cb898da31e2 100644 (file)
@@ -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,8 +17,6 @@ PKG_MAINTAINER:=Jonathan Underwood <jonathan.underwood@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING
 
-CMAKE_INSTALL:=1
-
 include $(INCLUDE_DIR)/package.mk
 include ../../devel/ninja/ninja-cmake.mk
 
@@ -47,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