nginx-util: fix dependency
authorpeter-stadler <redacted>
Fri, 31 Jul 2020 10:34:48 +0000 (12:34 +0200)
committerPeter Stadler <redacted>
Mon, 3 Aug 2020 13:17:24 +0000 (15:17 +0200)
Add DEPENDS since EXTRA_DEPENDS is not used by `make menuconfig`.

Signed-off-by: Peter Stadler <redacted>
net/nginx-util/Makefile

index fd25fac5c14b29704f1d7b2dfc8bec6c14867e2b..41903a58b8e964b44ed25fdeac4cfc021b2c9a5c 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nginx-util
 PKG_VERSION:=1.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
 
 include $(INCLUDE_DIR)/package.mk
@@ -21,6 +21,7 @@ define Package/nginx-ssl-util/default
   # TODO: remove after a transition period (together with below and pkg nginx):
   # It actually removes nginx-util (replacing it by a dummy pkg) to avoid
   # conflicts with nginx-ssl-util*
+  DEPENDS+= +nginx-util
   EXTRA_DEPENDS:=nginx-util (>=1.4-2)
 endef
 
git clone https://git.99rst.org/PROJECT