[multimedia/kwave/3-23-08-3-bild-fails-with-usr-bin-ld-cannot-find-lz] plugins/codec_mp3: codec_mp3: do no longer explizitly link against libstdc++ and libz

Thomas Eschenbacher <[email protected]> Tue, 4 Aug 2026 15:31:45 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 98d5bcb21b08c2857f7e68a7628fc1a4c46528cc by Thomas Eschenbacher.
Committed on 04/08/2026 at 15:30.
Pushed by eschenbacher into branch '3-23-08-3-bild-fails-with-usr-bin-ld-cannot-find-lz'.

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/98d5bcb21b08c2857f7e68a7628fc1a4c46528cc

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)