New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/issues/12595#issuecomment-504380851 Comment: Perhaps you can try to build qt5-webkit on your own after adding ``` LDFLAGS="-Wl,-z,stack-size=2097152" ``` in the `srcpkgs/qt5-webkit/template` e.g. after the line `CXXFLAGS=...`. Once the package is built with ``` ./xbps-src zap ./xbps-src binary-bootstrap ./xbps-src pkg qt5-webkit ``` you can force install it with `sudo xbps-install -S -R hostdir/binpkgs -f qt5-webkit`. If that works for you, we can update qt5-webkit for everyone's benefit.