summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-31 11:22:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-31 11:22:48 +0000
commit084fbe61fa206586f66dcb25e64a3ed7fe836068 (patch)
tree85e6865f83a8c3604224fb228f6f937807e84065 /x11
parent0c68ea71d77b804cdc5225d97b9d09e005035134 (diff)
downloadaports-084fbe61fa206586f66dcb25e64a3ed7fe836068.tar.bz2
aports-084fbe61fa206586f66dcb25e64a3ed7fe836068.tar.xz
x11/midori: workaround for PAX
Diffstat (limited to 'x11')
-rw-r--r--x11/midori/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/midori/APKBUILD b/x11/midori/APKBUILD
index 81abc531..df2ce9d7 100644
--- a/x11/midori/APKBUILD
+++ b/x11/midori/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=midori
pkgver=0.1.8
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight web browser based on Gtk WebKit"
url="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
license="GPL"
@@ -19,6 +19,7 @@ makedepends="
libxml2-dev
webkit-dev
sqlite-dev
+ paxctl
"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2
@@ -38,6 +39,8 @@ build ()
|| return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
+ # PAX does not like the JIT
+ paxctl -c -m "$pkgdir"/usr/bin/midori
}
md5sums="06935203b20e9794121a2c354fc9dea5 midori-0.1.8.tar.bz2
a373e86256d1cd179791e486d2862d44 midori.post-install