Date: Tue, 13 Nov 2001 15:16:46 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Bob Willcox <bob@immure.com> Cc: hackers list <freebsd-hackers@FreeBSD.ORG> Subject: Re: Statically linked version of cvs...how to make it? Message-ID: <20011113211646.GA90270@dan.emsphone.com> In-Reply-To: <20011113145627.B13547@luke.immure.com> References: <20011113145627.B13547@luke.immure.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011113211646.GA90270>