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
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

