summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-02-04 11:12:04 +0000
committermaya <maya@pkgsrc.org>2017-02-04 11:12:04 +0000
commit8c8e51ad1ca7399646b9ff6b165249f28adfded0 (patch)
tree95289b23e2542b992a3ae845fba68a3e42920880 /www
parentf739fa3192b08048ea59b210d28bf0c9dd794362 (diff)
downloadpkgsrc-8c8e51ad1ca7399646b9ff6b165249f28adfded0.tar.gz
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 (limited to 'www')
-rw-r--r--www/firefox/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk
index 6cca395821b..2b666fc3c5c 100644
--- a/www/firefox/options.mk
+++ b/www/firefox/options.mk
@@ -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 @@ O0TRACKING=-fvar-tracking-assignments -fvar-tracking
.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