Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 08:17:42 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        Gorm Jorgensen <Gorm@Area51.DK>, freebsd-alpha@FreeBSD.ORG
Subject:   Re: Fixed: Re: da0: invalid primary partition table: no magic
Message-ID:  <20020503081742.A75225@dragon.nuxi.com>
In-Reply-To: <15570.34140.54422.560183@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, May 03, 2002 at 08:41:00AM -0400
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20020503081742.A75225>