summaryrefslogtreecommitdiffstats
path: root/testing/enlightenment/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/enlightenment/APKBUILD')
-rw-r--r--testing/enlightenment/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/enlightenment/APKBUILD b/testing/enlightenment/APKBUILD
index 11df61ea0..2a53cff47 100644
--- a/testing/enlightenment/APKBUILD
+++ b/testing/enlightenment/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=enlightenment
pkgver=0.16.999.65643
-pkgrel=0
+pkgrel=1
pkgdesc="Enlightenment Window Manager"
url="http://trac.enlightenment.org/e/wiki/Enlightenment"
arch="all"
@@ -42,6 +42,8 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
find "$pkgdir"/usr/lib/ -name "*.la" | xargs rm -f
+ # opengl needs mprotect off for now
+ paxctl -c -m $pkgdir"/usr/bin/enlightenment
}
md5sums="9bdb2e6f88c3456b50fe509f05de3b4f enlightenment-0.16.999.65643.tar.bz2"