| Summary: | solidextensionplugin should be built as a bundle plugin and not a shared library | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-solid | Reporter: | Hanspeter Niederstrasser <niederstrasser> |
| Component: | general | Assignee: | Lukáš Tinkl <lukas> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | kdelibs-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fink Packages | ||
| OS: | macOS | ||
| URL: | https://developer.apple.com/library/mac/documentation/Porting/Conceptual/PortingUnix/compiling/compiling.html#//apple_ref/doc/uid/TP40002850-TPXREF103 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Hanspeter Niederstrasser
2015-01-16 04:31:26 UTC
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. Current code still calls the plugin as a shared library https://github.com/KDE/solid/blob/master/src/imports/CMakeLists.txt#L21 So the problem probably still exists (I can't build solid now). But there's data elsewhere that changing these plugins to be shared libraries on macOS is problematic: https://bugs.kde.org/show_bug.cgi?id=342962 |