[MacPorts] #22445: configure binutils with --enable-shared

MacPorts noreply at macports.org
Sat Nov 21 04:21:25 PST 2009


#22445: configure binutils with --enable-shared
--------------------------------+-------------------------------------------
  Reporter:  mwolfram@…         |       Owner:  macports-tickets@…                   
      Type:  enhancement        |      Status:  closed                               
  Priority:  Normal             |   Milestone:                                       
 Component:  ports              |     Version:                                       
Resolution:  fixed              |    Keywords:                                       
      Port:  binutils           |  
--------------------------------+-------------------------------------------

Comment(by ryandesign@…):

 Increased revision in r60739 so everyone gets the change.

 Following r60374, the .la files now have sections like these, when
 building with the universal variant:

 {{{
 # Libraries that this one depends upon.
 #ifndef __LP64__
 dependency_libs=' -L/opt/local/lib
 -L/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_binutils/work/binutils-2.20-i386/opcodes/../libiberty/pic
 -liberty'
 #else /* __LP64__ */
 dependency_libs=' -L/opt/local/lib
 -L/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_binutils/work/binutils-2.20-x86_64/opcodes/../libiberty/pic
 -liberty'
 #endif /* __LP64__ */
 }}}

 I assume these files are therefore now unusable, since I don't think C
 preprocessor directives are legal in .la files. I've added a comment about
 this to #21953.

-- 
Ticket URL: <http://trac.macports.org/ticket/22445#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list