svn commit: r334674 - head/security/sssd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 23 15:10:45 UTC 2013


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 at 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"


More information about the svn-ports-all mailing list