We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3e920 commit 1da4606Copy full SHA for 1da4606
packaging/mysql-connector-c++.spec.in
@@ -90,7 +90,9 @@ to develop MySQL client applications in C++.
90
export CC=/opt/rh/devtoolset-7/root/usr/bin/gcc
91
export CXX=/opt/rh/devtoolset-7/root/usr/bin/g++
92
%endif
93
+%if 0%{?fedora} || 0%{?rhel}
94
mkdir build && pushd build
95
+%endif
96
%cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_JDBC=ON -DWITH_SSL=system %{?mysql_opt}
97
make %{?_smp_mflags} VERBOSE=1
98
popd
0 commit comments