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
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,
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
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