testing/qt5-qtwebengine: work around pax issue

mksnapshot needs to be pax marked to work on hardened kernel
This commit is contained in:
Natanael Copa 2018-05-08 21:29:59 +00:00
parent 301acf45a6
commit 343be74efa

View File

@ -9,7 +9,7 @@ license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions"
depends=""
depends_dev="qt5-qtdeclarative-dev qt5-qtwebchannel-dev gstreamer-dev gst-plugins-base-dev
libxslt-dev mesa-dev icu-dev libxext-dev glib-dev libxcomposite-dev
libxrender-dev
libxrender-dev ninja
"
makedepends="$depends_dev
alsa-lib-dev
@ -77,7 +77,7 @@ builddir="$srcdir"/qtwebengine-everywhere-src-$_V
build() {
cd "$builddir"
qmake-qt5
make
make || paxmark -m src/core/release/mksnapshot && make
}
package() {