Bundle FMT library to workaround a Rawhide issue:
| /usr/include/fmt/base.h:1402:29: error: passing ‘const fmt::v11::formatter<String>’ as ‘this’ argument discards qualifiers [-fpermissive] | 1402 | ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx)); | | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
parent
e6482ff21f
commit
fdbbead219
@ -125,7 +125,7 @@
|
||||
|
||||
# To avoid issues with a breaking change in FMT library, bundle it on systems where FMT wasn't fixed yet
|
||||
# See mariadb-libfmt.patch for detailed description.
|
||||
%bcond bundled_fmt 0
|
||||
%bcond bundled_fmt 1
|
||||
%if %{with bundled_fmt}
|
||||
%global fmt_bundled_version 8.0.1
|
||||
%endif
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (mariadb-10.11.8.tar.gz) = 61bdbe4a51adb438335c22bfcf75f59864fa0412c7ed6e938ef73fd602c2ef27131dbeef83cd314f2bea54135c6e8f8646608ff96a7ce6ce2c74f34ef6a8675f
|
||||
SHA512 (8.0.1.zip) = 53f781e33ffb3bc38d743b81c5755a7d71dce95dcf5cdf23d5b4cf880a8f29189ca1b790272ee8586cbcd552648bae040247e572b2a97cd8b3631c284873f57d
|
||||
|
Loading…
Reference in New Issue
Block a user