aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorJustin Kilpatrick <jkilpatr@redhat.com>2017-11-25 16:14:59 -0500
committerHauke Mehrtens <hauke@hauke-m.de>2017-11-26 13:33:51 +0100
commit8ee2d3f718c79dc7c2e5e859766e23e8058cf3a6 (patch)
tree4f680601f390c29f26aab7f812b1676643e71b3b /Config.in
parentb78de6207f6fc1a9db857942cb89f9fcf730a240 (diff)
downloadupstream-8ee2d3f718c79dc7c2e5e859766e23e8058cf3a6.tar.gz
upstream-8ee2d3f718c79dc7c2e5e859766e23e8058cf3a6.tar.bz2
upstream-8ee2d3f718c79dc7c2e5e859766e23e8058cf3a6.zip
build: accept gcc/g++ without minor version
Build dependency: Please install the GNU C Compiler (gcc) 4.8 or later cc -dumpversion | grep -E '(4\.[8-9]|5\.[0-9]|6\.[0-9]|7\.[0-9])' Build dependency: Please install the GNU C++ Compiler (g++) 4.8 or later g++ -dumpversion | grep -E '(4\.[8-9]|5\.[0-9]|6\.[0-9]|7\.[0-9])' Prerequisite check failed. Use FORCE=1 to override. On my Fedora 26 machine gcc and g++ -dumpversion returns a whole number '7' failing the regex introduced in commit: b78de6207f6fc1a9db857942cb89f9fcf730a240 This change makes minor versions optional in the build dependency regex for gcc and g++ whenever any minor version would be accepted and the whole number version is sufficient as a dependency check. For versions 4.* a minor version is still required. Signed-off-by: Justin Kilpatrick <jkilpatr@redhat.com>
Diffstat (limited to 'Config.in')
0 files changed, 0 insertions, 0 deletions