Install g++ on platform:rpm

The fb-re2 compile requires g++ which the gcc package doesn't appear to
pull in by default on Suse. During review it was mentioned that CentOS 7
doesn't pull it in either. Fix this by installing gcc-g++ on all rpm
platforms.

Change-Id: Iee4da053f1d760eb3e3012cc815a2967af0e415b
This commit is contained in:
Clark Boylan 2018-04-29 09:21:07 -07:00
parent 75f3478ed1
commit 7c483ff2f7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ openssl [test]
zookeeperd [platform:dpkg]
build-essential [platform:dpkg]
gcc [platform:rpm]
gcc-c++ [platform:rpm]
graphviz [doc]
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]