看板 DFBSD_kernel 關於我們 聯絡資訊
On Mon, Sep 27, 2004 at 02:51:46AM -0700, Pete Carah wrote: > Fixed the mixup with pidfile that was preventing kerberos5 from being > built after pidfile() was added to libutil. This could probably be done > right by redoing configure with the later libutil; configure does look > at this. However, I don't know the canonical method, other than just by > hand, of getting from autoconf contrib packages to the bmake system... Patch commited. One minor note, if you add a library to LDADD, also add the corresponding entry to DPADD, this allows make to correctly handle library dependencies. Joerg