From owner-freebsd-alpha Fri May 3 8:19:17 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id D36CB37B417 for ; Fri, 3 May 2002 08:19:06 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g43FJ0bs075402; Fri, 3 May 2002 08:19:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g43FHhle075396; Fri, 3 May 2002 08:17:43 -0700 (PDT) Date: Fri, 3 May 2002 08:17:42 -0700 From: "David O'Brien" To: Andrew Gallatin Cc: Gorm Jorgensen , freebsd-alpha@FreeBSD.ORG Subject: Re: Fixed: Re: da0: invalid primary partition table: no magic Message-ID: <20020503081742.A75225@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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