projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5183a3
)
nginx-util: drop dummy-package extra dependency
author
Christian Marangi
<
[email protected]
>
Mon, 4 Nov 2024 18:09:42 +0000
(19:09 +0100)
committer
Christian Marangi
<
[email protected]
>
Mon, 4 Nov 2024 18:11:15 +0000
(19:11 +0100)
In dropping the dummy-package, also the extra dependency for
nginx-ssl-util needed to be dropped.
Fixes: #25250
Fixes: b75050d59e40 ("nginx-util: drop nginx-util dummy packages")
Signed-off-by: Christian Marangi <
[email protected]
>
net/nginx-util/Makefile
patch
|
blob
|
history
diff --git
a/net/nginx-util/Makefile
b/net/nginx-util/Makefile
index e695809b3babf8cf1b94078cb3d21de404c89678..32e12f9020f028d46b09394adf29ab6303351afa 100644
(file)
--- a/
net/nginx-util/Makefile
+++ b/
net/nginx-util/Makefile
@@
-17,7
+17,6
@@
define Package/nginx-ssl-util/default
SUBMENU:=Web Servers/Proxies
TITLE:=Nginx configurator including SSL
DEPENDS:=+libstdcpp +libuci +libubus +libubox +libpthread +libopenssl
- EXTRA_DEPENDS:=nginx-util (>=1.4-2)
endef