try clearing the execstack for webengine manually
This commit is contained in:
parent
5f2b85476d
commit
ee277a827f
@ -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
|
||||
|
||||
Reference in New Issue
Block a user