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