Browse Source

Merge pull request #12983 from peter-stadler/patch-2

nginx-util: fix dependency
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
b19f976fa4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/nginx-util/Makefile

+ 2
- 1
net/nginx-util/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nginx-util PKG_NAME:=nginx-util
PKG_VERSION:=1.4 PKG_VERSION:=1.4
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_MAINTAINER:=Peter Stadler <peter.stadler@student.uibk.ac.at>
include $(INCLUDE_DIR)/package.mk 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): # 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 # It actually removes nginx-util (replacing it by a dummy pkg) to avoid
# conflicts with nginx-ssl-util* # conflicts with nginx-ssl-util*
DEPENDS+= +nginx-util
EXTRA_DEPENDS:=nginx-util (>=1.4-2) EXTRA_DEPENDS:=nginx-util (>=1.4-2)
endef endef


Loading…
Cancel
Save