Disable some syscalls in snap Qt build

This commit is contained in:
Ilya Fedin 2022-02-11 23:02:49 +04:00 committed by John Preston
parent d5521370f4
commit 3a9f34e47b
1 changed files with 3 additions and 0 deletions

View File

@ -373,6 +373,9 @@ parts:
-release \ -release \
-opensource \ -opensource \
-confirm-license \ -confirm-license \
-no-feature-getentropy \
-no-feature-renameat2 \
-no-feature-statx \
-no-feature-highdpiscaling \ -no-feature-highdpiscaling \
-openssl-linked \ -openssl-linked \
-nomake examples \ -nomake examples \