projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932cb25
)
uwsgi-cgi: add missing library
author
Ansuel Smith
<ansuelsmth@gmail.com>
Mon, 4 Jun 2018 05:58:08 +0000
(07:58 +0200)
committer
Ansuel Smith
<ansuelsmth@gmail.com>
Mon, 4 Jun 2018 05:58:08 +0000
(07:58 +0200)
This fix compilation error for the missing library libjansson
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
net/uwsgi-cgi/Makefile
patch
|
blob
|
history
diff --git
a/net/uwsgi-cgi/Makefile
b/net/uwsgi-cgi/Makefile
index cd0a1c4a67b0dcd7dccbbf0a2acdb9467533453d..2deea8eca4045ccbe3cb85643e37612b330ff1cf 100644
(file)
--- 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