New commits:
commit 73bab3831240fc1a319117cd956ce1a71a43b744
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox/mozconfig: added -flifetime-dse=1 to avoid segfaults
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 7daca5c..ec90161 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -3,7 +3,8 @@
* DEPENDS: added LIBAVCODEC, optionally
* PRE_BUILD, gcc6.patch: added gcc 6 fix from https://bugzilla.mozilla.org/show_bug.cgi?id=1245076
- * mozconfig: added -fpermissive, install_rootify++
+ * mozconfig: added -fpermissive and -flifetime-dse=1 to fix
+ compile and runtime errors, install_rootify++