diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-03 13:37:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 13:37:04 -0700 |
commit | b19f976fa42043fab8515f949ae8891b0b64f8b4 (patch) | |
tree | 0ba381622deefdc59ed40a78e4fc215ac3cecfef | |
parent | 9accec8e38bbd36091a3a555b626efd99fa16ed3 (diff) | |
parent | f81ef30a30fc95c56f44e08325e643a1ff33a96d (diff) |
Merge pull request #12983 from peter-stadler/patch-2
nginx-util: fix dependency
-rw-r--r-- | net/nginx-util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nginx-util/Makefile b/net/nginx-util/Makefile index fd25fac5c..41903a58b 100644 --- a/net/nginx-util/Makefile +++ b/net/nginx-util/Makefile @@ -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 |