From owner-freebsd-hackers Mon Feb 3 12:42:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA18664 for hackers-outgoing; Mon, 3 Feb 1997 12:42:14 -0800 (PST) Received: from narcissus.ml.org (root@brosenga.Pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA18659 for ; Mon, 3 Feb 1997 12:42:13 -0800 (PST) Received: (from ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) id MAA06801; Mon, 3 Feb 1997 12:41:35 -0800 (PST) Date: Mon, 3 Feb 1997 12:41:34 -0800 (PST) From: Stranger Bone To: Jaye Mathisen cc: hackers@freebsd.org Subject: Re: How to build the whole tree -static? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Feb 1997, Jaye Mathisen wrote: > > > I have space to burn on 1 box. Is there an easy way to tweak the build > process to make it compile the whole darn thing non-shared? > Ha! I only found the answer to this last night. You need to edit /usr/share/mk/sys.mk. There's a line that reads CFLAGS ?= -O Change it to CFLAGS ?= -O -static Ben The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia.