summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-11 17:48:46 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-11 17:48:46 +0000
commit7cb925796ed0e24a6a13200646a910b3070ea98a (patch)
treeb43589771bad1926e8e7b75ae87d2015c78cff18 /databases/sqlite3
parent- Support = in hostnames compatiable with misc/149510. (diff)
- WITH_GCOV breaks nss
Submitted by: nork, gabor Approved by: pavelivolkov@googlemail.com (maintainer)
Notes
Notes: svn path=/head/; revision=266047
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 25affcf6b9d8..f61c75331108 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -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