[xulrunner] Enabled dtrace for debug builds

Martin Stransky stransky at fedoraproject.org
Thu Aug 29 14:04:20 UTC 2013


commit b434782fd67014c52648f4aac4e3f3b194bdbab1
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu Aug 29 16:04:07 2013 +0200

     Enabled dtrace for debug builds

 xulrunner.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index a997906..80baffd 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -78,7 +78,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        23.0.1
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -278,6 +278,7 @@ echo "ac_add_options --enable-system-ffi" >> .mozconfig
 %if %{?debug_build}
 echo "ac_add_options --enable-debug" >> .mozconfig
 echo "ac_add_options --disable-optimize" >> .mozconfig
+echo "ac_add_options --enable-dtrace" >> .mozconfig
 %else
 echo "ac_add_options --disable-debug" >> .mozconfig
 echo "ac_add_options --enable-optimize" >> .mozconfig
@@ -526,6 +527,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Aug 29 2013 Martin Stransky <stransky at redhat.com> - 23.0.1-2
+- Enabled dtrace for debug builds
+
 * Mon Aug 19 2013 Jan Horak <jhorak at redhat.com> - 23.0.1-1
 - Update to 23.0.1
 


More information about the scm-commits mailing list