pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xulrunner192 Be explicit about debug flags to co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9db6e2884604
branches: trunk
changeset: 595029:9db6e2884604
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Nov 12 00:32:31 2011 +0000
description:
Be explicit about debug flags to configure.
diffstat:
devel/xulrunner192/options.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 034bc2e95319 -r 9db6e2884604 devel/xulrunner192/options.mk
--- a/devel/xulrunner192/options.mk Fri Nov 11 23:45:21 2011 +0000
+++ b/devel/xulrunner192/options.mk Sat Nov 12 00:32:31 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2011/04/19 11:16:07 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2011/11/12 00:32:31 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome
@@ -40,11 +40,12 @@
.endif
.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+= --enable-debug
+CONFIGURE_ARGS+= --enable-debug --enable-debug-symbols
CONFIGURE_ARGS+= --disable-install-strip
PLIST.debug= yes
.else
-CONFIGURE_ARGS+= --disable-debug
+CONFIGURE_ARGS+= --disable-debug --disable-debug-symbols
+CONFIGURE_ARGS+= --enable-install-strip
.endif
.if !empty(PKG_OPTIONS:Mmozilla-jit)
Home |
Main Index |
Thread Index |
Old Index