From owner-freebsd-current Fri Dec 17 15:24:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from canonware.com (canonware.com [207.20.242.18]) by hub.freebsd.org (Postfix) with SMTP id 966D314E42 for ; Fri, 17 Dec 1999 15:24:13 -0800 (PST) (envelope-from jasone@canonware.com) Received: (qmail 27227 invoked by uid 1001); 17 Dec 1999 23:23:08 -0000 Date: Fri, 17 Dec 1999 15:23:08 -0800 From: Jason Evans To: freebsd-current@freebsd.org Cc: Alfred Perlstein Subject: Proposed end-all fix for (Re: Make world broken in libc_r) Message-ID: <19991217152308.C26743@sturm.canonware.com> References: <199911271216.OAA01797@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from bright@wintelcom.net on Sat, Nov 27, 1999 at 11:40:08AM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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