summaryrefslogtreecommitdiffstats
path: root/main/firefox/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/firefox/APKBUILD')
-rw-r--r--main/firefox/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/firefox/APKBUILD b/main/firefox/APKBUILD
index da1efacdc..03b5ffadf 100644
--- a/main/firefox/APKBUILD
+++ b/main/firefox/APKBUILD
@@ -4,7 +4,7 @@ pkgname=firefox
pkgver=30.0
_pkgver=$pkgver
_xulver=$pkgver
-pkgrel=0
+pkgrel=1
pkgdesc="firefox web browser"
url="http://www.firefox.com"
arch="all"
@@ -109,7 +109,7 @@ package() {
install -m644 ${srcdir}/firefox-safe.desktop ${pkgdir}/usr/share/applications/firefox-safe.desktop
# firefox currently does not work with mprotect. disable it for now
- local paxflags="-m"
+ local paxflags="-mp"
[ "$CARCH" = "x86" ] && paxflags="-msp"
paxctl -c $paxflags "$pkgdir"/$_mozappdir/firefox || return 1