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:
4e4a4a4
)
uwsgi-cgi: another missing library
6179/head
author
Ansuel Smith
<ansuelsmth@gmail.com>
Mon, 4 Jun 2018 06:35:18 +0000
(08:35 +0200)
committer
Ansuel Smith
<ansuelsmth@gmail.com>
Mon, 4 Jun 2018 06:35:18 +0000
(08:35 +0200)
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
net/uwsgi-cgi/Makefile
patch
|
blob
|
history
diff --git
a/net/uwsgi-cgi/Makefile
b/net/uwsgi-cgi/Makefile
index 2deea8eca4045ccbe3cb85643e37612b330ff1cf..18732d77122421662d132cb40e516d57f1ab8159 100644
(file)
--- a/
net/uwsgi-cgi/Makefile
+++ b/
net/uwsgi-cgi/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=uwsgi-cgi
PKG_VERSION:=2.0.17
-PKG_RELEASE:=
1
+PKG_RELEASE:=
3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
@@
-23,7
+23,7
@@
define Package/uwsgi-cgi
SUBMENU:=Web Servers/Proxies
TITLE:=The uWSGI server
URL:=http://unbit.com/
- DEPENDS:=+python +libopenssl +libpcre +jansson
+ DEPENDS:=+python +libopenssl +libpcre +jansson
+libuuid
endef
define Package/uwsgi-cgi/description