Date: Fri, 3 May 2002 14:08:36 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: obrien@FreeBSD.ORG Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Fixed: Re: da0: invalid primary partition table: no magic Message-ID: <15570.53796.855647.68800@grasshopper.cs.duke.edu> In-Reply-To: <20020503081742.A75225@dragon.nuxi.com> References: <20020502085524.GH25554@Area51.DK> <15569.14826.398617.237309@grasshopper.cs.duke.edu> <20020502131427.GO25554@Area51.DK> <15569.15879.864537.597011@grasshopper.cs.duke.edu> <20020503062241.GS25554@Area51.DK> <15570.34140.54422.560183@grasshopper.cs.duke.edu> <20020503081742.A75225@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Neat. I hadn't thought about doing that. Cool! Drew David O'Brien writes: > On Fri, May 03, 2002 at 08:41:00AM -0400, Andrew Gallatin wrote: > > libtool problem caused by our compiler whining at -O2 during the > > configure stage. I'll try another stab at it this weekend... > > Someone should commit a patch to /usr/ports/bsd.port.mk so that configure > will be run with our favorate CFLAGS setting. I am not sure if we want > to pass the full CFLAGS to `configure', or just set it to "-O -pipe". > > > > Index: bsd.port.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.411 > diff -u -r1.411 bsd.port.mk > --- bsd.port.mk 27 Apr 2002 11:22:59 -0000 1.411 > +++ bsd.port.mk 3 May 2002 15:15:58 -0000 > @@ -1663,6 +1668,7 @@ > > .if defined(GNU_CONFIGURE) > CONFIGURE_ARGS+= --prefix=${PREFIX} ${CONFIGURE_TARGET} > +CONFIGURE_ARGS+= CFLAGS=${CFLAGS} > HAS_CONFIGURE= yes > .endif > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15570.53796.855647.68800>