mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
uwsgi-cgi: add missing library
This fix compilation error for the missing library libjansson Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ define Package/uwsgi-cgi
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=The uWSGI server
|
||||
URL:=http://unbit.com/
|
||||
DEPENDS:=+python +libopenssl +libpcre
|
||||
DEPENDS:=+python +libopenssl +libpcre +jansson
|
||||
endef
|
||||
|
||||
define Package/uwsgi-cgi/description
|
||||
|
||||
Reference in New Issue
Block a user