pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: maya
Date: Sat Feb 4 11:12:04 UTC 2017
Modified Files:
pkgsrc/www/firefox: options.mk
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/firefox/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.33 pkgsrc/www/firefox/options.mk:1.34
--- pkgsrc/www/firefox/options.mk:1.33 Sat Dec 3 11:30:28 2016
+++ pkgsrc/www/firefox/options.mk Sat Feb 4 11:12:04 2017
@@ -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 -f
.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