[multimedia/kwave/z000iodu/code_mp3_dont_link_libz] plugins/codec_mp3: codec_mp3: do no longer explizitly link against libstdc++ and libz
Thomas Eschenbacher <[email protected]> Tue, 4 Aug 2026 15:23:22 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2e66270f2e75530011394ebe301ba7445c57d460 by Thomas Eschenbacher.
Committed on 04/08/2026 at 15:23.
Pushed by eschenbacher into branch 'z000iodu/code_mp3_dont_link_libz'.
codec_mp3: do no longer explizitly link against libstdc++ and libz
M +1 -1 plugins/codec_mp3/CMakeLists.txt
https://invent.kde.org/multimedia/kwave/-/commit/2e66270f2e75530011394ebe301ba7445c57d460
diff --git a/plugins/codec_mp3/CMakeLists.txt b/plugins/codec_mp3/CMakeLists.txt
index 299d2fa9..a657e9b2 100644
--- a/plugins/codec_mp3/CMakeLists.txt
+++ b/plugins/codec_mp3/CMakeLists.txt
@@ -55,7 +55,7 @@ IF (WITH_MP3)
)
SET(plugin_codec_mp3_LIBS
- ${LIBMAD} ${ID3LIB} stdc++ z
+ ${LIBMAD} ${ID3LIB}
)
INCLUDE(CheckCXXCompilerFlag)