- WITH_GCOV breaks nss
Submitted by: nork, gabor Approved by: pavelivolkov@googlemail.com (maintainer)
This commit is contained in:
parent
83247d9d3a
commit
7cb925796e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266047
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue