From owner-cvs-all Wed Sep 4 19:16: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B674C37B400; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B5543E3B; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from freefall.freebsd.org (hoek@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g852G3JU086452; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) (envelope-from hoek@freefall.freebsd.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g852G3Nj086451; Wed, 4 Sep 2002 19:16:03 -0700 (PDT) Message-Id: <200209050216.g852G3Nj086451@freefall.freebsd.org> From: Tim Vanderhoek Date: Wed, 4 Sep 2002 19:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hoek 2002/09/04 19:16:03 PDT Added files: converters/uulib/files patch-configure Log: The configure script was trying to modify CFLAGS to prevent both '-O' and '-g' from being included. Under some combinations, this could even cause the resulting CFLAGS to be unuseable. Avoid any illicit touching of the CFLAGS. PR: ports/39317 (Chris Wasser ) Revision Changes Path 1.1 +20 -0 ports/converters/uulib/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message