aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-27 13:12:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-27 13:12:14 +0000
commit4c448bd1ed2b774da96e6014a1f011e3dda05987 (patch)
treefd9c2be6382afabd8b8e1a96bcda4d8abafde79b /testing/firefox/APKBUILD
parentf7ee83b4a78a02765550064053371291fc96b7d6 (diff)
testing/firefox: build fix for x86
paxmark outside fakeroot
Diffstat (limited to 'testing/firefox/APKBUILD')
-rw-r--r--testing/firefox/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD
index 38db8777af2..d2044b4676b 100644
--- a/testing/firefox/APKBUILD
+++ b/testing/firefox/APKBUILD
@@ -141,6 +141,10 @@ build() {
--with-system-zlib \
|| return 1
make || return 1
+
+ # paxmark outside fakeroot
+ paxmark -msp dist/bin/xpcshell || return 1
+
}
package() {