From: Eneas U de Queiroz Date: Tue, 5 Apr 2022 14:50:46 +0000 (-0300) Subject: uacme: add libev dependency to uacme-ualpn X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1642b68d4583c45e87b9628a38ae039e23617e0d;p=openwrt-packages.git uacme: add libev dependency to uacme-ualpn The dependency has a PACKAGE_uacme-ualpn condition so that libev won't be unnecessarily built if uacme-ualpn is not selected. Remove PKG_USE_MIPS16:=0, as it is not necessary when not using the libev that is bundled with uacme. Signed-off-by: Eneas U de Queiroz --- diff --git a/net/uacme/Makefile b/net/uacme/Makefile index b9c954e42..0c5a51d41 100644 --- a/net/uacme/Makefile +++ b/net/uacme/Makefile @@ -22,7 +22,6 @@ PKG_LICENSE_FILES:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-upstream-$(PKG_VERSION) PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 PKG_CONFIG_DEPENDS:= \ CONFIG_LIBCURL_GNUTLS \ @@ -54,7 +53,7 @@ endef define Package/uacme-ualpn $(call Package/uacme/Default) - DEPENDS:=+uacme + DEPENDS:=+uacme +PACKAGE_uacme-ualpn:libev TITLE:=ualpn for uacme URL:=https://github.com/ndilieto/uacme endef