- Do not overwrite CFLAGS
PR: ports/184193 Submitted by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
This commit is contained in:
parent
26e0f91d62
commit
3f40f5a4c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334674
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue