From owner-cvs-libexec Sat Jun 6 03:41:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19129 for cvs-libexec-outgoing; Sat, 6 Jun 1998 03:41:30 -0700 (PDT) (envelope-from owner-cvs-libexec) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19116; Sat, 6 Jun 1998 03:41:15 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA08702; Sat, 6 Jun 1998 20:41:14 +1000 Date: Sat, 6 Jun 1998 20:41:14 +1000 From: Bruce Evans Message-Id: <199806061041.UAA08702@godzilla.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 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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