22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Jan 2016 10:29:51 -0800
changeset 5256 1c3e20e70cc3
parent 5255 cea0e462549a
child 5257 0da26ce015ab
22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
components/desktop/firefox/Makefile
components/desktop/thunderbird/Makefile
--- a/components/desktop/firefox/Makefile	Mon Jan 11 09:27:45 2016 -0800
+++ b/components/desktop/firefox/Makefile	Mon Jan 11 10:29:51 2016 -0800
@@ -23,6 +23,9 @@
 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
+# parfait is a bit unhappy (22527218)
+export PARFAIT_BUILD=no
+
 COMPILER =	gcc
 
 include ../../../make-rules/shared-macros.mk
--- a/components/desktop/thunderbird/Makefile	Mon Jan 11 09:27:45 2016 -0800
+++ b/components/desktop/thunderbird/Makefile	Mon Jan 11 10:29:51 2016 -0800
@@ -23,6 +23,9 @@
 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
+# parfait is a bit unhappy (22527218)
+export PARFAIT_BUILD=no
+
 COMPILER =	gcc
 
 include ../../../make-rules/shared-macros.mk