FS#34497 - [opencollada] Add dynamic libraries to package
Attached to Project:
Community Packages
Opened by Christian Bühler (cbuehler) - Wednesday, 27 March 2013, 18:18 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 30 March 2013, 18:39 GMT
Opened by Christian Bühler (cbuehler) - Wednesday, 27 March 2013, 18:18 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Saturday, 30 March 2013, 18:39 GMT
|
Details
Description:
Currently, only static .a libraries are included in the package. It would be nice if also the dynamic .so libraries would be built. This can be achieved simply by using cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_SHARED=ON instead of cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr Additional info: * package version: 20130222-1 |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Saturday, 30 March 2013, 18:39 GMT
Reason for closing: Won't fix
Saturday, 30 March 2013, 18:39 GMT
Reason for closing: Won't fix
Comment by
Sven-Hendrik Haase (Svenstaro) -
Saturday, 30 March 2013, 18:38 GMT
No, shared libraries are not officially supported. I tried doing
it once and wasted a lot of time on that. I, too, would prefer
using those. Alas, opencollada is unmaintained upstream and
generally fairly broken. Not fixing this one.