Browse Source
uwsgi-cgi: add missing library
This fix compilation error for the missing library libjansson
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
lilik-openwrt-22.03
Ansuel Smith
7 years ago
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|