Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: [OT] Questions about building from source tarball
Date: Wed, 31 Oct 2012 00:28:59
Message-Id: 50907045.2090502@gmail.com
In Reply to: [gentoo-user] [OT] Questions about building from source tarball by Walter Dnes
1 On 10/30/2012 01:56 AM, Walter Dnes wrote:
2 > Several years ago, back in the days of Mozilla 0.9x and Phoenix, I
3 > used to build Mozilla and/or Pheonix from the source tarball.
4
5 Me too :) Every morning I'd pull from their source repo and build my own
6 and then file bug reports (there were thousands of bugs to report) until
7 I got tired of adding to the mile-high stack of other ignored bug reports
8 and quit. Amazing how much I've forgotten since then :(
9
10 https://developer.mozilla.org/en-US/docs/Configuring_Build_Options
11
12 About halfway down that webpage I spotted this line, and it rang a bell:
13 ac_add_options --enable-optimize=-O2
14 (I think I recall adding CFLAGS to that line, but it's pretty fuzzy now.
15
16 And you would probably want to set this to $HOME, as you mentioned:
17 ac_add_options --prefix=/usr
18
19 You can also add mk_add_options="-j4" and similar stuff to .mozconfig
20 if you want.
21
22 You can try entering 'about:buildconfig' in firefox or seamonkey to see
23 what sort of stuff the mozilla devs use to build their own binaries.

Replies

Subject Author
Re: [gentoo-user] Re: [OT] Questions about building from source tarball Walter Dnes <waltdnes@××××××××.org>