aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-16 16:50:12 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-04-16 16:50:12 +0300
commiteb05daf2ce377de97d749e63261b2f62a09fb7cf (patch)
tree9b6c175311f268dfe580a9946b0a34295a5b5906
parent761f5f120afa503c7ad7ab95b0494909c7e498e6 (diff)
downloadaports-eb05daf2ce377de97d749e63261b2f62a09fb7cf.tar.bz2
aports-eb05daf2ce377de97d749e63261b2f62a09fb7cf.tar.xz
testing/uwsgi: fix paxmark
-rw-r--r--testing/uwsgi/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <ncopa@alpinelinux.org>
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() {