This is the gcc package we need to install on Ubuntu, not gcc-5.

This commit is contained in:
Matthieu Gautier 2017-02-07 12:09:30 +01:00
parent 82aab2f5dd
commit 221849001e
1 changed files with 2 additions and 2 deletions

View File

@ -102,14 +102,14 @@ PACKAGE_NAME_MAPPERS = {
# gcc cannot found them.
},
'Ubuntu_native_dyn' : {
'COMMON' : ['gcc-5', 'cmake', 'libbz2-dev'],
'COMMON' : ['gcc', 'cmake', 'libbz2-dev'],
'zlib' : ['zlib1g-dev'],
'uuid' : ['uuid-dev'],
'ctpp2': ['libctpp2-dev'],
'libmicrohttpd' : ['libmicrohttpd-dev']
},
'Ubuntu_native_static' : {
'COMMON' : ['gcc-5', 'cmake', 'libbz2-dev'],
'COMMON' : ['gcc', 'cmake', 'libbz2-dev'],
'zlib' : ['zlib1g-dev'],
'uuid' : ['uuid-dev'],
'ctpp2': ['libctpp2-dev'],