mpd/mpd-icu76.patch
Илья Индиго 0e52de8cf5 - Updated to 0.23.16
* Removed files mpd-fmt11.patch and mpd-icu76.patch.
  * Supported libfmt 11 and ICU 76.
  * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.16/NEWS
  * database: fixed integer overflows with 64-bit inode numbers
  * filter: ffmpeg: fixed for filters producing no output

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=123
2024-12-11 12:12:46 +00:00

12 lines
338 B
Diff

diff -Pdpru mpd-0.23.15.orig/meson.build mpd-0.23.15/meson.build
--- mpd-0.23.15.orig/meson.build 2023-12-20 18:21:57.000000000 +0300
+++ mpd-0.23.15/meson.build 2024-11-23 00:40:07.712091468 +0300
@@ -135,6 +135,7 @@ if get_option('buildtype') != 'debug'
]
test_ldflags += [
'-Wl,--gc-sections',
+ '-licuuc',
]
endif