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 1da4606 commit 2004f36Copy full SHA for 2004f36
packaging/mysql-connector-c++.spec.in
@@ -95,7 +95,9 @@ 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
+%if 0%{?fedora} || 0%{?rhel}
99
popd
100
+%endif
101
mkdir static && pushd static
102
%cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_JDBC=ON -DWITH_SSL=system %{?mysql_opt} \
103
-DBUILD_STATIC=ON
0 commit comments