Date: Sat, 6 Jun 1998 20:41:14 +1000 From: Bruce Evans <bde@zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, jb@FreeBSD.ORG Subject: Re: cvs commit: src/libexec Makefile Message-ID: <199806061041.UAA08702@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> Modified files: > libexec Makefile > Log: > named-xfer can't be linked static due to the duplicated symbols in > libc and libbind. > > rpc.rstatd required libkvm. > > Only try to build these on i386 for the time being. named-xfer doesn't build on i386 either (with NOSHARED=yes). I use the following change to avoid cluttering dozens of innocent Makefiles. It overrides much more of libc. I don't know if it actually works. Bruce diff -c2 Makefile~ Makefile *** Makefile~ Sun May 3 15:04:21 1998 --- Makefile Mon May 4 19:29:24 1998 *************** *** 12,15 **** --- 12,17 ---- res_update.c + WANT_IRS_AUDIT= + .if defined(WANT_IRS_AUDIT) .PATH: ${BIND_DIR}/lib/irs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806061041.UAA08702>