File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 39
39
%{?commercial: %global license_type Commercial}
40
40
%{?commercial: %global product_suffix -commercial}
41
41
%{!?commercial: %global product_suffix %{nil}}
42
- %{?el6:%global __strip /opt/rh/devtoolset-8/root/usr/bin/strip}
43
- %{?el6:%global gcc_toolset devtoolset-8}
44
-
45
- %ifarch aarch64
46
- %{?el7:%global gcc_toolset devtoolset-10}
47
- %else
48
- %{?el7:%global gcc_toolset devtoolset-11}
49
- %endif
50
-
51
- %{?el8:%global gcc_toolset gcc-toolset-13}
52
- %{?el9:%global gcc_toolset gcc-toolset-13}
53
42
54
43
%global cmake_cmd cmake%{?el6:3}%{?el7:3}
55
44
@@ -95,12 +84,8 @@ Source1: https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connecto
95
84
%endif
96
85
97
86
BuildRequires: %{cmake_cmd} >= 3.15.0
98
- %if 0%{?fedora} || 0%{?suse_version}
99
87
BuildRequires: gcc
100
88
BuildRequires: gcc-c++
101
- %endif
102
- %{?gcc_toolset:BuildRequires: %{gcc_toolset}-gcc}
103
- %{?gcc_toolset:BuildRequires: %{gcc_toolset}-gcc-c++}
104
89
BuildRequires: openssl-devel
105
90
106
91
%description
@@ -174,8 +159,6 @@ cd ${RPM_BUILD_DIR}
174
159
175
160
%global plugin_dir %{_libdir}/mysql/%{lib_base_name_jdbc}/plugin
176
161
177
- %{?gcc_toolset:source /opt/rh/%{gcc_toolset}/enable}
178
-
179
162
%if 0%{?with_tests:1} && 0%{?with_gtest:1}
180
163
%global __cmake_test_opts -DWITH_TESTS=1 -DWITH_GTEST=%{with_gtest}
181
164
%else
You can’t perform that action at this time.
0 commit comments