Changes between Initial Version and Version 2 of Ticket #45715


Ignore:
Timestamp:
Oct 31, 2014, 8:55:56 PM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

The Libtool MACOSX_DEPLOYMENT_TARGET bug strikes again. The attached change corrects the problem, although the issue still needs to be reported upstream. The latest Libtool release fixes the problem, so they might just have to update their macros and regenerate the build files.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45715

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Cc larryv@… added; ryandesign removed
  • Ticket #45715 – Description

    initial v2  
     1{{{
    12% otool -hv /opt/local/lib/libasprintf.0.dylib
    23/opt/local/lib/libasprintf.0.dylib:
     
    45      magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
    56MH_MAGIC_64  X86_64        ALL  0x00       DYLIB    15       1360 DYLDLINK BINDS_TO_WEAK NO_REEXPORTED_DYLIBS
    6 
     7}}}
    78reveals that gettext-0.19.3_0 built on Yosemite is linking its shared libraries with "-flat_namespace" as seen from the missing TWOLEVEL flag expected from "-undefined dynamic_lookup".