File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Summary: MySQL.
44Name: mysql
55Version: 8.0.40
6- Release: 2 %{?dist }
6+ Release: 3 %{?dist }
77License: GPLv2 with exceptions AND LGPLv2 AND BSD
88Vendor: Microsoft Corporation
99Distribution: Azure Linux
@@ -38,14 +38,18 @@ Development headers for developing applications linking to maridb
3838%prep
3939%autosetup -p1
4040
41- # Remove unused, bundled version of protobuf.
41+ # Remove bundled versions of some tools to guarantee they are
42+ # not used by MySQL:
4243# We're building with the '-DWITH_PROTOBUF=system' option.
4344rm -r extra/protobuf
45+ # We're building with the '-DWITH_CURL=none' option.
46+ rm -r extra/curl
4447
4548%build
4649cmake . \
4750 -DCMAKE_INSTALL_PREFIX=%{_prefix } \
4851 -DWITH_BOOST=boost/boost_1_77_0 \
52+ -DWITH_CURL=none \
4953 -DWITH_PROTOBUF=system \
5054 -DINSTALL_MANDIR=share/man \
5155 -DINSTALL_DOCDIR=share/doc \
@@ -103,6 +107,9 @@ sudo -u test make test || { cat Testing/Temporary/LastTest.log; false; }
103107%{_libdir }/pkgconfig/mysqlclient.pc
104108
105109%changelog
110+ * Tue Nov 05 2024 Pawel Winogrodzki <pawelwi@microsoft.com> - 8.0.40-3
111+ - Explicitly setting "WITH_CURL=none".
112+
106113* Mon Oct 28 2024 Pawel Winogrodzki <pawelwi@microsoft.com> - 8.0.40-2
107114- Switch to ALZ version of protobuf instead of using the bundled one.
108115
You can’t perform that action at this time.
0 commit comments