summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-02-24 14:42:07 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-02-24 14:42:07 +0000
commit0a3ca4a098f55dfb1f2f16aacd6875ce5d3c85ce (patch)
tree368f1aa080b42d72b8600abaa1966e193df40701 /Mk
parent- Update www/py-django to 1.4.5 (diff)
Make sure logging is enabled with debug
Submitted by: Jan Beich <jbeich@tormail.org> Reported by: ashish Tested by: ashish
Notes
Notes: svn path=/head/; revision=312869
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gecko.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index e2d261f681ad..b54be8561ffe 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -790,12 +790,11 @@ MOZ_OPTIONS+= --enable-strip --enable-install-strip
.if ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-debug
-WITH_LOGGING= yes
.else
MOZ_OPTIONS+= --disable-debug
.endif
-.if ${PORT_OPTIONS:MLOGGING}
+.if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG}
MOZ_OPTIONS+= --enable-logging
.else
MOZ_OPTIONS+= --disable-logging