by moonman » Sun Jan 29, 2012 4:06 am
$this->bbcode_second_pass_quote('Kurlon', 'I')'ve included the patch I used, this covers everything after pulling down the 9.0.1 release tarball and extracting it.
I configured with:
$this->bbcode_second_pass_code('', './configure --disable-neon --disable-necko-wifi --disable-debug-symbols')
Based on the illegal instructions everywhere I almost wonder if some portions are trying to compile as ARMv7?
You should be using mozconfig files. That's probably why you had to run autoconf.
In the file under browser\config\mozconfig add these lines
$this->bbcode_second_pass_code('', 'ac_add_options --enable-application=browser
ac_add_options --disable-necko-wifi
ac_add_options --disable-neon
ac_add_options --disable-debug-symbols')
And then create ".mozconfig" in the mozilla-release and add the following there:
$this->bbcode_second_pass_code('', ' . $topsrcdir/browser/config/mozconfig')