Gentoo Archives: gentoo-dev

From: Paul de Vrieze <pauldv@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] turning off a default compile option
Date: Mon, 05 Jul 2004 13:45:26
Message-Id: 200407051545.13251.pauldv@gentoo.org
In Reply to: [gentoo-dev] turning off a default compile option by Jeffrey Forman
1 On Monday 05 July 2004 15:36, Jeffrey Forman wrote:
2 > I was talking to g2boojum and he suggested I ask on here. I was going
3 > through my bind bugs recently and came upon
4 > http://bugs.gentoo.org/show_bug.cgi?id=51577
5 >
6 > The user would like a way to disable linux compatability if your kernel
7 > does not support it by using the 'caps' use flag. Maybe I dont fully
8 > understand 'linux compatability' but if we're all running Gentoo, arent
9 > we all running linux in the first place?
10 >
11 > My problem surfaces: Bind enables 'linux compatability' by default.
12 > Gentoo does have a linux compability flag (caps), but this is only to
13 > ENABLE linux compatability, not to disable it. I attempted to use the
14 > bugger's suggestion, but repoman got pissed on a full scan. Grant
15 > mentioned maybe making 'caps' part of the default use flag.
16 >
17 > Basically I'd like a way of using a "reverse" use flag, -caps, and if
18 > -caps is set, disable linux compat; if the flag is not set, do not add
19 > any --config-option at all.
20
21 As this does not actually introduce any dependencies I think that the best
22 way might be to detect whether caps is available (and doing some part of
23 the job that the configure script should do).
24
25 Paul
26
27 --
28 Paul de Vrieze
29 Gentoo Developer
30 Mail: pauldv@g.o
31 Homepage: http://www.devrieze.net

Replies

Subject Author
Re: [gentoo-dev] turning off a default compile option Jeffrey Forman <jforman@g.o>