From owner-cvs-all Sun Aug 30 19:57:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11115 for cvs-all-outgoing; Sun, 30 Aug 1998 19:57:09 -0700 (PDT) (envelope-from owner-cvs-all) 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 TAA11100; Sun, 30 Aug 1998 19:56:58 -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 MAA22674; Mon, 31 Aug 1998 12:55:57 +1000 Date: Mon, 31 Aug 1998 12:55:57 +1000 From: Bruce Evans Message-Id: <199808310255.MAA22674@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jb@FreeBSD.ORG Subject: Re: cvs commit: src/share/syscons/scrnmaps Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > share/syscons/scrnmaps Makefile > Log: > Make a local build tool static to avoid trying to use shared libraries > before rtld is installed. > > Revision Changes Path > 1.12 +2 -2 src/share/syscons/scrnmaps/Makefile I already implemented this and more in rev.1.11. It is not sufficient to build local tools static; they must be built in the host environment. Bruce