summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2018-04-29 09:21:07 -0700
committerClark Boylan <clark.boylan@gmail.com>2018-04-30 16:44:22 -0700
commit7c483ff2f70ea01719982631532bd4778bc5f4fa (patch)
tree0b04814db9cd1991b6e3421ce6b241648da20ff8 /bindep.txt
parent75f3478ed1efb9aff55cd6316a79ce4b9d744746 (diff)
downloadzuul-7c483ff2f70ea01719982631532bd4778bc5f4fa.tar.gz
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
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
index 7f05d2776..c26b5ec6e 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -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]