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 6 years ago
parent
commit
e4917a9bc6
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/uwsgi-cgi/Makefile

+ 1
- 1
net/uwsgi-cgi/Makefile View File

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


Loading…
Cancel
Save