From 4c448bd1ed2b774da96e6014a1f011e3dda05987 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Jan 2017 13:12:14 +0000 Subject: testing/firefox: build fix for x86 paxmark outside fakeroot --- testing/firefox/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 38db8777af..d2044b4676 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() { -- cgit v1.2.3