Skip to content

Commit 2004f36

Browse files
committed
Postfix: Add sles12 support for C/C++ 8.0.12 release
1 parent 1da4606 commit 2004f36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/mysql-connector-c++.spec.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ mkdir build && pushd build
9595
%endif
9696
%cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_JDBC=ON -DWITH_SSL=system %{?mysql_opt}
9797
make %{?_smp_mflags} VERBOSE=1
98+
%if 0%{?fedora} || 0%{?rhel}
9899
popd
100+
%endif
99101
mkdir static && pushd static
100102
%cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_JDBC=ON -DWITH_SSL=system %{?mysql_opt} \
101103
-DBUILD_STATIC=ON

0 commit comments

Comments
 (0)