Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 15:10:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334674 - head/security/sssd
Message-ID:  <201311231510.rANFAiQK043590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 23 15:10:44 2013
New Revision: 334674
URL: http://svnweb.freebsd.org/changeset/ports/334674

Log:
  - Do not overwrite CFLAGS
  
  PR:		ports/184193
  Submitted by:	Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)

Modified:
  head/security/sssd/Makefile   (contents, props changed)

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sat Nov 23 14:46:43 2013	(r334673)
+++ head/security/sssd/Makefile	Sat Nov 23 15:10:44 2013	(r334674)
@@ -44,7 +44,7 @@ CONFIGURE_ARGS=	--with-selinux=no --with
 		--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"



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