From owner-freebsd-hackers Tue Nov 13 13:16:53 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 31CA337B405 for ; Tue, 13 Nov 2001 13:16:50 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id fADLGkk33309; Tue, 13 Nov 2001 15:16:46 -0600 (CST) (envelope-from dan) Date: Tue, 13 Nov 2001 15:16:46 -0600 From: Dan Nelson To: Bob Willcox Cc: hackers list Subject: Re: Statically linked version of cvs...how to make it? Message-ID: <20011113211646.GA90270@dan.emsphone.com> References: <20011113145627.B13547@luke.immure.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011113145627.B13547@luke.immure.com> User-Agent: Mutt/1.3.23.2i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Nov 13), Bob Willcox said: > I need to build a statically-linked version of cvs so that I can run > it in a jail. I was hoping someone out there could describe the steps > necessary to build cvs static on 4.4-stable. Add "NOSHARED=YES" to the top of /usr/src/gnu/usr.bin/cvs/Makefile , make obj && make depend && make && make install. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message