[MacPorts] #42728: autogen @5.17.4_0: autoopts-config produces a stray -R flag, breaks gnutls @3.1.22_0 build

MacPorts noreply at macports.org
Sun Mar 9 11:42:46 PDT 2014


#42728: autogen @5.17.4_0: autoopts-config produces a stray -R flag, breaks gnutls
@3.1.22_0 build
-----------------------------+-------------------
  Reporter:  jwhowse4@…      |      Owner:  mww@…
      Type:  defect          |     Status:  new
  Priority:  Normal          |  Milestone:
 Component:  ports           |    Version:  2.2.1
Resolution:                  |   Keywords:
      Port:  autogen gnutls  |
-----------------------------+-------------------

Comment (by bkorb@…):

 {{{
 if (eval $ac_link) > /dev/null 2>&1
 then echo '-R' ; rm -f conftest* ; exit 0 ; fi
 }}}

 That's what looks dodgy to me.  I think that should be:
 {{{
 if (eval $ac_link) > /dev/null 2>&1
 then echo '-R${libdir}' ; rm -f conftest* ; exit 0 ; fi
 }}}

 I guess I don't use linkers that use that syntax.  If that fix works, it
 will be in the next release.  Thanks!

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


More information about the macports-tickets mailing list