Changes between Initial Version and Version 1 of Ticket #44232


Ignore:
Timestamp:
Jul 3, 2014, 8:47:17 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please Cc the port maintainers (port info --maintainers cmake).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44232

    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to css@…
    • Property Version changed from 2.3.1 to
    • Property Type changed from submission to enhancement
  • Ticket #44232 – Description

    initial v1  
    1 Re: http://trac.macports.org/ticket/40188
     1Re: ticket:40188
    22
    33There is an open issue with cmake: it uses the obsolete `-bundle` option instead of `-dynamiclib` when creating a shared module (AKA bundle or plugin). When -bundle is used (at least in x86_64 mode), the linker will refuse to pull in the resulting objects if they're also used as linker input. Using -dynamiclib reenables that, and appears to be without any side-effects on the other intended use of the resulting shared modules.