mirror of
https://abf.rosa.ru/djam/newmoon.git
synced 2025-02-23 15:12:54 +00:00
Fix i686 build
This commit is contained in:
parent
84cd237b0b
commit
4bbdee5ee7
1 changed files with 3 additions and 2 deletions
|
@ -149,10 +149,10 @@ export LDFLAGS
|
|||
|
||||
export MOZCONFIG=`pwd`/mozconfig
|
||||
cat << EOF > $MOZCONFIG
|
||||
mk_add_options AUTOCLOBBER=1
|
||||
mk_add_options MOZILLA_OFFICIAL=0
|
||||
mk_add_options MOZ_MAKE_FLAGS="%{_smp_mflags}"
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
||||
mk_add_options AUTOCLOBBER=1
|
||||
ac_add_options --enable-application=%{oname}
|
||||
ac_add_options --datadir="%{_datadir}"
|
||||
ac_add_options --host=%{_host}
|
||||
|
@ -164,6 +164,7 @@ ac_add_options --target=%{_target_platform}
|
|||
ac_add_options --disable-accessibility
|
||||
ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --disable-debug-symbols
|
||||
ac_add_options --disable-optimize
|
||||
ac_add_options --disable-startupcache
|
||||
ac_add_options --disable-tests
|
||||
|
@ -228,7 +229,7 @@ pref("browser.newtab.url", "file:///usr/share/doc/HTML/index.html");
|
|||
pref("browser.search.openintab", true);
|
||||
pref("browser.shell.checkDefaultBrowser", false);
|
||||
pref("browser.startup.homepage", "file:///usr/share/doc/HTML/index.html");
|
||||
pref("browser.startup.page", 0);
|
||||
pref("browser.startup.page", 1);
|
||||
pref("browser.tabs.insertRelatedAfterCurrent", true);
|
||||
pref("browser.tabs.onTop", true);
|
||||
pref("dom.ipc.plugins.enabled.nswrapper*", false);
|
||||
|
|
Loading…
Add table
Reference in a new issue