summaryrefslogtreecommitdiffstats
path: root/testing/uwsgi
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-12-04 10:50:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-04 10:50:38 +0000
commit2a0c20ec3be7fd0fafc4cc00619d6422413d1d08 (patch)
treede7a52e6f32ac5a1a0d782458c3c5aa64afa8a4b /testing/uwsgi
parentd8419308265d55b29648b98e7b867c6b53e5d749 (diff)
downloadaports-2a0c20ec3be7fd0fafc4cc00619d6422413d1d08.tar.bz2
aports-2a0c20ec3be7fd0fafc4cc00619d6422413d1d08.tar.xz
testing/uwsgi: build with routing support (needs pcre)
Diffstat (limited to 'testing/uwsgi')
-rw-r--r--testing/uwsgi/APKBUILD5
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
"