try clearing the execstack for webengine manually

This commit is contained in:
Michael Zanetti 2019-09-01 11:47:10 +02:00
parent 5f2b85476d
commit ee277a827f

View File

@ -44,6 +44,7 @@ parts:
project-files: [ nymea-app.pro ] project-files: [ nymea-app.pro ]
# options: [ CONFIG+=withavahi ] # options: [ CONFIG+=withavahi ]
build-packages: build-packages:
- execstack
- qt5-default - qt5-default
- qt5-qmake - qt5-qmake
- qtbase5-dev - qtbase5-dev
@ -57,6 +58,8 @@ parts:
- qtdeclarative5-dev - qtdeclarative5-dev
- qtquickcontrols2-5-dev - qtquickcontrols2-5-dev
- qttools5-dev-tools - qttools5-dev-tools
prepare: |
execstack --clear-execstack usr/lib/x86_64-linux-gnu/libQt5WebEngineCore.so.5
stage-packages: stage-packages:
- libqt5gui5 - libqt5gui5
- libqt5websockets5 - libqt5websockets5