Source-Changes archive

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

Re: CVS commit: src/usr.bin/awk



On Mon, 20 Oct 2008, Jason Thorpe wrote:
> I would go so far as to say -- unless we're linking statically, there is 
> zero reason to DPADD a library at all, even for native builds.

We have things like

        LDADD+= -lfoo
        DPADD+= ${LIBFOO}

all over the source tree.  Are you suggesting that they should all be
changed?

Perhaps DPADD could be derived automatically from LDADD by some (new)
magic in bsd.lib.mk which would do the right thing according to whether
the library is statically or dynamically linked.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index