Gentoo Archives: gentoo-user

From: "\\\"Chris Phillips\\\"@T O" <ChrisPhi@××××××.Org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Help working around a bug...
Date: Sun, 26 Apr 2020 15:46:45
Message-Id: 7e2c8ebc-754b-ed2b-f7d1-dd113b23aafc@LGonQn.Org
In Reply to: Re: [gentoo-user] Help working around a bug... by Michael Orlitzky
1 Hi,
2
3 On 25/04/20 11:27 AM, Michael Orlitzky wrote:
4 > On 4/25/20 11:20 AM, "Chris Phillips"@T O wrote:
5 >> How do I override the ./configure options for emerge [-r] ?
6 >>
7 > If it's a one-time thing, you can set the EXTRA_ECONF environment
8 > variable to contain the extra arguments to ./configure. The contents of
9 > EXTRA_ECONF are appended to the end of the usual command, so yours
10 > should take precedence. Just be sure to set it only while emerging
11 > enchant (and not, for example, during emerge @world).
12 >
13 >
14 >
15 >
16 Thanks! That did the trick:
17
18 EXTRA_ECONF="--without-applespell --enable-relocatable" emerge --verbose
19 app-text/enchant
20
21 Cheers!
22 Chris
23
24 Re: https://bugs.gentoo.org/show_bug.cgi?id=718634