Merge pull request #6179 from Ansuel/master

uwsgi-cgi: another missing library
This commit is contained in:
Hannu Nyman 2018-06-04 12:10:53 +03:00 committed by GitHub
commit 2c2cc2ec04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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