On Fri, Mar 22, 2013 at 10:46 AM,  <[email protected]> wrote:
> Modified: trunk/base/src/port1.0/portconfigure.tcl (104257 => 104258)
> --- trunk/base/src/port1.0/portconfigure.tcl 2013-03-22 09:43:44 UTC (rev 
> 104257)
> +++ trunk/base/src/port1.0/portconfigure.tcl 2013-03-22 09:46:27 UTC (rev 
> 104258)
> @@ -134,7 +134,7 @@
>  default configure.cppflags  {-I${prefix}/include}
>  default configure.cxxflags  {${configure.optflags}}
>  default configure.objcflags {${configure.optflags}}
> -default configure.ldflags   {-L${prefix}/lib}
> +default configure.ldflags   {"-L${prefix}/lib 
> -Wl,-headerpad_max_install_names"}

"-Wl," isn't a documented ld option even if it seems to actually work
(I've been passing options to ld 134.9 on purpose to test this),
should we make that line
    default configure.ldflags   {"-L${prefix}/lib -headerpad_max_install_names"}
instead?

--
Andrea
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to