From eb05daf2ce377de97d749e63261b2f62a09fb7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 16 Apr 2015 16:50:12 +0300 Subject: testing/uwsgi: fix paxmark --- testing/uwsgi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD index bff1707ae1..1daa69b140 100644 --- a/testing/uwsgi/APKBUILD +++ b/testing/uwsgi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=uwsgi pkgver=2.0.9 -pkgrel=2 +pkgrel=3 pkgdesc="uWSGI application container server" url=http://projects.unbit.it/uwsgi/ arch=all @@ -72,7 +72,7 @@ package() { "$pkgdir"/etc/conf.d/uwsgi || return 1 # disable emutramp/mprotect, this is needed for luajit and cffi - paxmark -zxm "$bindir"/uwsgi + paxmark -em "$bindir"/uwsgi } _plugin() { -- cgit v1.2.3