mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/qt5-qtwebengine: work around pax issue
mksnapshot needs to be pax marked to work on hardened kernel
This commit is contained in:
parent
301acf45a6
commit
343be74efa
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user