aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-10 05:56:40 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-10 05:56:40 +0000
commit49fe587c84c52206f28c52a1ea618fdc7c0aeee4 (patch)
treefddb4d4a56f7e9c4f2e81d75c65609665cbdd9dc /testing
parentbca5ac3b6e834aa51ba7b128db8cfffb6cf4e7ea (diff)
downloadaports-49fe587c84c52206f28c52a1ea618fdc7c0aeee4.tar.bz2
aports-49fe587c84c52206f28c52a1ea618fdc7c0aeee4.tar.xz
testing/uwsgi: use paxmark
Diffstat (limited to 'testing')
-rw-r--r--testing/uwsgi/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD
index 362caa88b8..bff1707ae1 100644
--- a/testing/uwsgi/APKBUILD
+++ b/testing/uwsgi/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=uwsgi
pkgver=2.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="uWSGI application container server"
url=http://projects.unbit.it/uwsgi/
arch=all
license=GPL-2
depends=mailcap
-makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxctl
+makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxmark
pcre-dev python3 python3-dev"
source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz
uwsgi.initd uwsgi.confd
@@ -72,7 +72,7 @@ package() {
"$pkgdir"/etc/conf.d/uwsgi || return 1
# disable emutramp/mprotect, this is needed for luajit and cffi
- paxctl -czxm "$bindir"/uwsgi
+ paxmark -zxm "$bindir"/uwsgi
}
_plugin() {