Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 15:23:08 -0800
From:      Jason Evans <jasone@canonware.com>
To:        freebsd-current@freebsd.org
Cc:        Alfred Perlstein <bright@wintelcom.net>
Subject:   Proposed end-all fix for (Re: Make world broken in libc_r)
Message-ID:  <19991217152308.C26743@sturm.canonware.com>
In-Reply-To: <Pine.BSF.4.21.9911271138570.4557-100000@fw.wintelcom.net>; from bright@wintelcom.net on Sat, Nov 27, 1999 at 11:40:08AM -0800
References:  <199911271216.OAA01797@gratis.grondar.za> <Pine.BSF.4.21.9911271138570.4557-100000@fw.wintelcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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, "make includes" fixes this.  I'm not sure if
> that's the correct way to fix it though.

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.

Jason


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991217152308.C26743>