uwsgi-cgi: another missing library
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
parent
4e4a4a4c74
commit
bcc1c9615a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=uwsgi-cgi
|
PKG_NAME:=uwsgi-cgi
|
||||||
PKG_VERSION:=2.0.17
|
PKG_VERSION:=2.0.17
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
|
PKG_SOURCE_URL:=https://github.com/unbit/uwsgi
|
||||||
|
@ -23,7 +23,7 @@ define Package/uwsgi-cgi
|
||||||
SUBMENU:=Web Servers/Proxies
|
SUBMENU:=Web Servers/Proxies
|
||||||
TITLE:=The uWSGI server
|
TITLE:=The uWSGI server
|
||||||
URL:=http://unbit.com/
|
URL:=http://unbit.com/
|
||||||
DEPENDS:=+python +libopenssl +libpcre +jansson
|
DEPENDS:=+python +libopenssl +libpcre +jansson +libuuid
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uwsgi-cgi/description
|
define Package/uwsgi-cgi/description
|
||||||
|
|
Loading…
Reference in a new issue