diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-04 10:50:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-04 10:50:38 +0000 |
commit | 2a0c20ec3be7fd0fafc4cc00619d6422413d1d08 (patch) | |
tree | de7a52e6f32ac5a1a0d782458c3c5aa64afa8a4b /testing | |
parent | d8419308265d55b29648b98e7b867c6b53e5d749 (diff) | |
download | aports-2a0c20ec3be7fd0fafc4cc00619d6422413d1d08.tar.bz2 aports-2a0c20ec3be7fd0fafc4cc00619d6422413d1d08.tar.xz |
testing/uwsgi: build with routing support (needs pcre)
Diffstat (limited to 'testing')
-rw-r--r-- | testing/uwsgi/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD index b9a96fbb6..c12f60272 100644 --- a/testing/uwsgi/APKBUILD +++ b/testing/uwsgi/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=1.9.20 -pkgrel=1 +pkgrel=2 pkgdesc="uWSGI application container server" url=http://projects.unbit.it/uwsgi/ arch=all license=GPL-2 -makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxctl" +makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxctl + pcre-dev" source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz uwsgi.initd uwsgi.confd " |