pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Buildink3 breaks packages under Darwin (was: pkgsrc Darwin 8.4.0/powerpc bulk build results)



On Mon, Jan 30, 2006 at 10:48:31PM +0100, Krister Walfridsson wrote:
> Package                    Breaks  Maintainer
> --------------------------------------------------------------
[...]
> audio/nas                  40      markd%NetBSD.org@localhost

I've looked into and it is a buildink3 bug. "ld" is invoked under Mac OS X
like this:

ld -dynamic -arch ppc -weak_reference_mismatches non-weak -o a.out -lcrt1.o ...

Buildlink 3 change this to:

ld -dynamic -arch ppc -weak_reference_mismatches non-weak -o a.out ... -lcrt1.o 
...

How do I stop buildlink3 from doing that?

        Kind regards

-- 
Matthias Scheler                                  http://scheler.de/~matthias/



Home | Main Index | Thread Index | Old Index