Enable building of the ed25519 client plugin.
It won't be shipped anymore by 'mariadb-server'
This commit is contained in:
parent
057d1bd06e
commit
3228be7687
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 2%{?with_debug:.debug}%{?dist}
|
Release: 3%{?with_debug:.debug}%{?dist}
|
||||||
Summary: The MariaDB Native Client library (C driver)
|
Summary: The MariaDB Native Client library (C driver)
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz
|
Source: https://downloads.mariadb.org/interstitial/connector-c-%{version}/mariadb-connector-c-%{version}-src.tar.gz
|
||||||
@ -101,7 +101,7 @@ export CFLAGS CXXFLAGS
|
|||||||
-DWITH_EXTERNAL_ZLIB=YES \
|
-DWITH_EXTERNAL_ZLIB=YES \
|
||||||
-DWITH_SSL=OPENSSL \
|
-DWITH_SSL=OPENSSL \
|
||||||
-DWITH_MYSQLCOMPAT=ON \
|
-DWITH_MYSQLCOMPAT=ON \
|
||||||
-DPLUGIN_CLIENT_ED25519=OFF \
|
-DPLUGIN_CLIENT_ED25519=DYNAMIC \
|
||||||
\
|
\
|
||||||
-DINSTALL_LAYOUT=RPM \
|
-DINSTALL_LAYOUT=RPM \
|
||||||
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
|
-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
|
||||||
@ -224,6 +224,10 @@ popd
|
|||||||
# Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine
|
# Need to ensure, that the testsuite will also run properly on 'fedpkg local' buid, not damaging the host machine
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 11 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-3
|
||||||
|
- Enable building of the ed25519 client plugin.
|
||||||
|
It won't be shipped anymore by 'mariadb-server'
|
||||||
|
|
||||||
* Mon Aug 19 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-2
|
* Mon Aug 19 2019 Michal Schorm <mschorm@redhat.com> - 3.1.3-2
|
||||||
- Extract the prepared testsuite to the standalone subpackage so it can be run outside of the buildroot
|
- Extract the prepared testsuite to the standalone subpackage so it can be run outside of the buildroot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user