[MacPorts] #45712: xorg-libXt-1.1.4_0 links shared libs with -flat_namespace on Yosemite

MacPorts noreply at macports.org
Fri Oct 31 13:34:43 PDT 2014


#45712: xorg-libXt-1.1.4_0 links shared libs with -flat_namespace on Yosemite
-------------------------+------------------------
  Reporter:  jhowarth@…  |      Owner:  jeremyhu@…
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.3.2
Resolution:              |   Keywords:
      Port:  xorg-libXt  |
-------------------------+------------------------
Changes (by larryv@…):

 * owner:  larryv@… => jeremyhu@…
 * cc: jeremyhu@… (removed)
 * status:  assigned => new


Comment:

 Turns out that fixing MACOSX_DEPLOYMENT_TARGET detection doesn’t change
 the linkage. It appears to be intentional. See `configure`, line 19172:
 {{{
 case $host_os in
     darwin*)
         OS_CFLAGS="-Wl,-flat_namespace"
         ;;
     *)
         OS_CFLAGS=
         ;;
 esac
 }}}
 This seems to be an upstream issue, although Jeremy is upstream.

-- 
Ticket URL: <https://trac.macports.org/ticket/45712#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list