Summary: | Update CFLAGS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | lukas.slebodnik | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
lukas.slebodnik
2013-11-23 13:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it. State Changed From-To: open->closed Committed. Thanks! 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" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |