From e4917a9bc6fe470a9e094109084e6bea9ad55b12 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Mon, 4 Jun 2018 07:58:08 +0200 Subject: [PATCH] uwsgi-cgi: add missing library This fix compilation error for the missing library libjansson Signed-off-by: Ansuel Smith --- net/uwsgi-cgi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/uwsgi-cgi/Makefile b/net/uwsgi-cgi/Makefile index cd0a1c4a6..2deea8eca 100644 --- a/net/uwsgi-cgi/Makefile +++ b/net/uwsgi-cgi/Makefile @@ -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