Skip to content

Commit

Permalink
Merge "redhat7 still requires building third_party libs"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Mar 9, 2016
2 parents f2b538c + dae957a commit 5a8b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SConscript
Expand Up @@ -18,7 +18,7 @@ if distname == 'Ubuntu' and LooseVersion(version) >= LooseVersion('14.04'):
pass
elif (distname == 'debian' or distname == 'raspbian') and LooseVersion(version) >= LooseVersion('8'):
pass
elif (distname == 'centos' or distname == 'redhat') and LooseVersion(version) >= LooseVersion('7.0'):
elif distname == 'centos' and LooseVersion(version) >= LooseVersion('7.0'):
subdirs += [
'gperftools',
'log4cplus',
Expand Down

0 comments on commit 5a8b05a

Please sign in to comment.