Re: Proposed end-all fix for (Re: Make world broken in libc_r)

1999-12-18 Thread Marcel Moolenaar
Jason Evans wrote: > > I've got a change in the pipeline that will cause world breakage again, > unless we do something about this. Is there anything wrong with simply > adding: > > CFLAGS+=-I${.CURDIR}/../../include > > to lib/libc_r/Makefile? It fixes such build problems. Yes, anything is

Proposed end-all fix for (Re: Make world broken in libc_r)

1999-12-17 Thread Jason Evans
On Sat, Nov 27, 1999 at 11:40:08AM -0800, Alfred Perlstein wrote: > On Sat, 27 Nov 1999, Mark Murray wrote: > > > Hi > > > > "make world" is broken in libc_r. Simple fix is to replace all > > "socklen_t" with "int". > > libc_r likes to pull data from /usr/include instead of the > source tree,

Re: Make world broken in libc_r

1999-11-27 Thread Alfred Perlstein
On Sat, 27 Nov 1999, Mark Murray wrote: > Hi > > "make world" is broken in libc_r. Simple fix is to replace all > "socklen_t" with "int". libc_r likes to pull data from /usr/include instead of the source tree, "make includes" fixes this. I'm not sure if that's the correct way to fix it though

Make world broken in libc_r

1999-11-27 Thread Mark Murray
Hi "make world" is broken in libc_r. Simple fix is to replace all "socklen_t" with "int". M To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message