File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 3
3
Summary: MySQL.
4
4
Name: mysql
5
5
Version: 8.0.40
6
- Release: 2 %{?dist }
6
+ Release: 3 %{?dist }
7
7
License: GPLv2 with exceptions AND LGPLv2 AND BSD
8
8
Vendor: Microsoft Corporation
9
9
Distribution: Azure Linux
@@ -38,14 +38,18 @@ Development headers for developing applications linking to maridb
38
38
%prep
39
39
%autosetup -p1
40
40
41
- # Remove unused, bundled version of protobuf.
41
+ # Remove bundled versions of some tools to guarantee they are
42
+ # not used by MySQL:
42
43
# We're building with the '-DWITH_PROTOBUF=system' option.
43
44
rm -r extra/protobuf
45
+ # We're building with the '-DWITH_CURL=none' option.
46
+ rm -r extra/curl
44
47
45
48
%build
46
49
cmake . \
47
50
-DCMAKE_INSTALL_PREFIX=%{_prefix } \
48
51
-DWITH_BOOST=boost/boost_1_77_0 \
52
+ -DWITH_CURL=none \
49
53
-DWITH_PROTOBUF=system \
50
54
-DINSTALL_MANDIR=share/man \
51
55
-DINSTALL_DOCDIR=share/doc \
@@ -103,6 +107,9 @@ sudo -u test make test || { cat Testing/Temporary/LastTest.log; false; }
103
107
%{_libdir }/pkgconfig/mysqlclient.pc
104
108
105
109
%changelog
110
+ *
Tue Nov 05 2024 Pawel Winogrodzki <[email protected] > -
8.0.40-3
111
+ - Explicitly setting "WITH_CURL=none".
112
+
106
113
*
Mon Oct 28 2024 Pawel Winogrodzki <[email protected] > -
8.0.40-2
107
114
- Switch to ALZ version of protobuf instead of using the bundled one.
108
115
You can’t perform that action at this time.
0 commit comments