Merge PR #239: Strip QtWebengine's execstack in snap package

This commit is contained in:
Jenkins 2019-09-19 17:50:19 +02:00
commit e0d57957e5
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Depends: ${shlibs:Depends},
qml-module-qtquick-layouts,
qml-module-qtquick-window2,
qml-module-qtquick2,
qml-module-qtwebview,
xinit,
Suggests: nymea,
network-manager

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: |
find . -name libQtWebEngineCore.so.5 -exec execstack --clear-execstack \{} \;
stage-packages:
- libqt5gui5
- libqt5websockets5