diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-04-08 18:23:13 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-04-08 18:23:37 +0300 |
commit | 0515300d872788c9bf2d710b00e519aab4b28a96 (patch) | |
tree | 45580398bb163677dcbc224218c220ce22b3cec7 /main | |
parent | 4ddda998efeafdd9b03a2613266f3a0b7b6cf7f9 (diff) | |
download | aports-0515300d872788c9bf2d710b00e519aab4b28a96.tar.bz2 aports-0515300d872788c9bf2d710b00e519aab4b28a96.tar.xz |
main/uwsgi: use paxmark
Diffstat (limited to 'main')
-rw-r--r-- | main/uwsgi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index dc1f0896d2..ba5cd680f1 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=2.0.9 -pkgrel=0 +pkgrel=1 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" source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz uwsgi.initd uwsgi.confd @@ -69,7 +69,7 @@ package() { "$pkgdir"/etc/conf.d/uwsgi || return 1 # disable emutramp/mprotect, this is needed for luajit and cffi - paxctl -czxm "$bindir"/uwsgi + paxmark -em "$bindir"/uwsgi } _plugin() { |