Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 13:25:51 GMT
From:      Lukas Slebodnik <lukas.slebodnik@intrak.sk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184193: Update CFLAGS
Message-ID:  <201311231325.rANDPpor079732@oldred.freebsd.org>
Resent-Message-ID: <201311231330.rANDU0LF057134@freefall.freebsd.org>

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

>Number:         184193
>Category:       ports
>Synopsis:       Update CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 23 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Lukas Slebodnik
>Release:        FreeBSD 10.0-BETA3
>Organization:
>Environment:
FreeBSD freebsd_10 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Variable CFLAGS was overridden with value -fstack-protector-all
Attached patch fixes this issue and parameter -fstack-protector-all is only appended to CFLAGS
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 334664)
+++ Makefile	(working copy)
@@ -44,7 +44,7 @@
 		--with-db-path=/var/db/sss --with-pipe-path=/var/run/sss \
 		--with-pubconf-path=/var/run/sss --with-mcache-path=/var/db/sss_mc \
 		--with-unicode-lib=libunistring --with-autofs=no
-CFLAGS=		-fstack-protector-all
+CFLAGS+=	-fstack-protector-all
 PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
 #DEBUG_FLAGS=  -g
 MAKE_ENV+=	LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW"


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



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