Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 12:37:43 -0400 (EDT)
From:      root@misha.privatelabs.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18661: sysutils/syslog-ng ignores CFLAGS
Message-ID:  <200005181637.MAA04046@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>Number:         18661
>Category:       ports
>Synopsis:       sysutils/syslog-ng ignores CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 18 09:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	The  software's  configure  script detects  the  desired
	CFLAGS properly, but then overrides  them. This is a bug
	in the original configure script,  which can be fixed by
	the included patch. This patch should be placed into the
	port's patches/patch-ab

>How-To-Repeat:

	Try building and  see, that the source  is compiled with
	``-O2 -Wall''.

>Fix:

	Put  the  following   into  patches/patch-ab.  The  same
	problem exists in the devel/libol port, and can be fixed
	by  a similar  patch  or  by what  I  submitted with  an
	earlier ports/18659.

--- configure	Wed Apr 19 12:46:10 2000
+++ configure	Thu May 18 12:22:27 2000
@@ -2638,3 +2638,3 @@
 else
-	CFLAGS="-O2 -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
+	CFLAGS="${CFLAGS} -Wall $LIBOL_CFLAGS -D_GNU_SOURCE"
 	YFLAGS="-d"

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005181637.MAA04046>