diff options
Diffstat (limited to 'community/firefox-esr/APKBUILD')
-rw-r--r-- | community/firefox-esr/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD index 43d8ae44f7..98fe82ca96 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() { |