Calendar:Lightning:Building Lightning: Difference between revisions

Jump to navigation Jump to search
m (enable-static twice doesn't make much sense)
Line 23: Line 23:
*<tt>ac_add_options --enable-extensions=default,lightning</tt>
*<tt>ac_add_options --enable-extensions=default,lightning</tt>


Static builds were causing some problems, so it's best to make sure that your <tt>.mozconfig</tt> doesn't include the lines:
Static builds are causing some problems ([https://bugzilla.mozilla.org/show_bug.cgi?id=330753 Bug 330753]), so make sure that your <tt>.mozconfig</tt> doesn't include the lines:
*<tt>ac_add_options --disable-shared</tt>
*<tt>ac_add_options --disable-shared</tt>
*<tt>ac_add_options --enable-static</tt>
*<tt>ac_add_options --enable-static</tt>
278

edits

Navigation menu