From f7ee83b4a78a02765550064053371291fc96b7d6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Jan 2017 13:08:10 +0000 Subject: community/firefox-esr: build fix for x86 xattrs does not make it to the underlying filesystem in fakeroot so we paxmark outside fakeroot. --- community/firefox-esr/APKBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community/firefox-esr') diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD index 43d8ae44f79..98fe82ca96a 100644 --- a/community/firefox-esr/APKBUILD +++ b/community/firefox-esr/APKBUILD @@ -112,6 +112,9 @@ build() { make -f client.mk build \ STRIP="/bin/true" \ || return 1 + + # we need set paxmark outside fakeroot + paxmark -msp */dist/bin/xpcshell || return 1 } package() { -- cgit v1.2.3