ソースを参照

cxxopts needs less ancient gcc

Ref.: https://github.com/naelstrof/slop/issues/86#issuecomment-328479278
Alois Mahdal 6 年 前
コミット
8aff068968
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      slop.spec.in

+ 1
- 1
slop.spec.in ファイルの表示

@@ -7,7 +7,7 @@ URL:        https://github.com/naelstrof/slop
7 7
 License:    GPLv3
8 8
 Source0:    __APP_URLBASE__/archive/v%{version}.tar.gz
9 9
 
10
-BuildRequires: gcc-c++
10
+BuildRequires: gcc-c++ >= 4.9
11 11
 BuildRequires: cmake
12 12
 BuildRequires: glew-devel
13 13
 BuildRequires: glm-devel