diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-27 13:12:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-27 13:12:14 +0000 |
commit | 4c448bd1ed2b774da96e6014a1f011e3dda05987 (patch) | |
tree | fd9c2be6382afabd8b8e1a96bcda4d8abafde79b /testing/firefox/APKBUILD | |
parent | f7ee83b4a78a02765550064053371291fc96b7d6 (diff) | |
download | aports-4c448bd1ed2b774da96e6014a1f011e3dda05987.tar.bz2 aports-4c448bd1ed2b774da96e6014a1f011e3dda05987.tar.xz |
testing/firefox: build fix for x86
paxmark outside fakeroot
Diffstat (limited to 'testing/firefox/APKBUILD')
-rw-r--r-- | testing/firefox/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |