- WITH_GCOV breaks nss

Submitted by:   nork, gabor
Approved by:    pavelivolkov@googlemail.com (maintainer)
This commit is contained in:
Philip M. Gollucci 2010-12-11 17:48:46 +00:00
parent 83247d9d3a
commit 7cb925796e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266047

View file

@ -53,7 +53,7 @@ OPTIONS= \
EXTENSION "Allow loadable extensions" on \
TCLWRAPPER "Enable TCL wrapper" off \
DEBUG "Enable debugging & verbose explain" off \
GCOV "Enable coverage testing using gcov" off \
GCOV "Enable coverage testing using gcov (broken)" off \
.include <bsd.port.options.mk>
@ -76,6 +76,7 @@ CFLAGS+= -Wall
.endif
.if defined(WITH_GCOV)
BROKEN= WITH_GCOV breaks security/nss
CONFIGURE_ARGS+= --enable-gcov
LDFLAGS+= -fstack-protector
.endif