https://bugs.kde.org/show_bug.cgi?id=459099
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kpackage/commit/c9d1 | |f3dcd9432f9855d53cc9e515871 | |95fb15106 Status|ASSIGNED |RESOLVED --- Comment #2 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit c9d1f3dcd9432f9855d53cc9e51587195fb15106 by Alexander Lohnau. Committed on 14/09/2022 at 16:20. Pushed by alex into branch 'master'. Fix duplicate symbol in static builds By linking KPackage against the kpackagetool5 executable and compiling these two private files again, we end up with duplicated symbols. To fix this, we can put then in a static library that we link in KPackage and kpackagetool5 against. M +8 -2 src/kpackage/CMakeLists.txt M +1 -3 src/kpackagetool/CMakeLists.txt https://invent.kde.org/frameworks/kpackage/commit/c9d1f3dcd9432f9855d53cc9e51587195fb15106 -- You are receiving this mail because: You are watching all bug changes.