mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Provision libstdc++-static library to CentOS
Needed by webengine which broke from the switch from RHEL to CentOS. Change-Id: I1f0b855b73716e0e2133be895e55000d72658962 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
This commit is contained in:
@@ -133,6 +133,7 @@ installPackages+=(perl-Data-Dumper)
|
||||
# In RedHat these come with Devtoolset
|
||||
installPackages+=(gcc)
|
||||
installPackages+=(gcc-c++)
|
||||
installPackages+=(libstdc++-static)
|
||||
installPackages+=(make)
|
||||
# Open source VMware Tools
|
||||
installPackages+=(open-vm-tools)
|
||||
|
||||
Reference in New Issue
Block a user