pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: fix debug build. don't pass --ena...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32c920d2e92a
branches:  trunk
changeset: 358054:32c920d2e92a
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Feb 04 11:12:04 2017 +0000

description:
firefox: fix debug build. don't pass --enable-debug-symbols in debug option.
as we do it, we create conflicting flags, and configure complains.

PR pkg/51927

diffstat:

 www/firefox/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 01713436dcad -r 32c920d2e92a www/firefox/options.mk
--- a/www/firefox/options.mk    Sat Feb 04 07:12:55 2017 +0000
+++ b/www/firefox/options.mk    Sat Feb 04 11:12:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2016/12/03 11:30:28 ryoon Exp $
+# $NetBSD: options.mk,v 1.34 2017/02/04 11:12:04 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -53,7 +53,6 @@
 
 .if !empty(PKG_OPTIONS:Mdebug)
 CONFIGURE_ARGS+=       --enable-debug="-g -O0 ${O0TRACKING}"
-CONFIGURE_ARGS+=       --enable-debug-symbols
 CONFIGURE_ARGS+=       --disable-optimize
 CONFIGURE_ARGS+=       --enable-debug-js-modules
 CONFIGURE_ARGS+=       --disable-install-strip



Home | Main Index | Thread Index | Old Index