diff options
author | Tom Marks <thomas.o.marks@gmail.com> | 2017-03-08 23:11:41 -0500 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-12 00:31:05 +0100 |
commit | 95177d407b075cb9b94df4b12201321bcc4f7f3a (patch) | |
tree | 1f3ddbe35cb20dc9fe373ce1bea230f93c61cd41 /main/uwsgi | |
parent | 7cef75c885a07a4cf9e876c2ebe4f41f1e8d240c (diff) | |
download | aports-95177d407b075cb9b94df4b12201321bcc4f7f3a.tar.bz2 aports-95177d407b075cb9b94df4b12201321bcc4f7f3a.tar.xz |
main/uwsgi: enable jansson support
Enables --json option during compilation time.
Adds build dependency jansson-dev and install dependency jansson.
Compalation with jansson-dev enables the --json option.
Please see uwsgi docs:
http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#json-files
Diffstat (limited to 'main/uwsgi')
-rw-r--r-- | main/uwsgi/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index 3e02674fb3..dd05707080 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=2.0.14 -pkgrel=5 +pkgrel=6 pkgdesc="uWSGI application container server" url="http://projects.unbit.it/uwsgi/" arch="all" @@ -17,6 +17,7 @@ makedepends=" attr-dev curl-dev geoip-dev + jansson-dev libcap-dev linux-headers linux-pam-dev |