- Do not overwrite CFLAGS

PR:		ports/184193
Submitted by:	Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-23 15:10:44 +00:00
parent 26e0f91d62
commit 3f40f5a4c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334674

View file

@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-selinux=no --with-semanage=no \
--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"