Gentoo Archives: gentoo-dev

From: Jeffrey Forman <jforman@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] turning off a default compile option
Date: Mon, 05 Jul 2004 13:52:16
Message-Id: 1089035532.6107.23.camel@buckhead.formanonline.com
In Reply to: Re: [gentoo-dev] turning off a default compile option by Paul de Vrieze
1 Paul,
2
3 Like a grep of the kernel config? I'm not quite sure where to check for
4 linux capabilities. I'm still trying to wrap my head around exactly what
5 'linux capabilities' do. If the user is emerging something, obviously
6 they are running Gentoo linux.
7
8 -jeffrey
9
10 On Mon, 2004-07-05 at 08:44, Paul de Vrieze wrote:
11 > On Monday 05 July 2004 15:36, Jeffrey Forman wrote:
12 > > I was talking to g2boojum and he suggested I ask on here. I was going
13 > > through my bind bugs recently and came upon
14 > > http://bugs.gentoo.org/show_bug.cgi?id=51577
15 > >
16 > > The user would like a way to disable linux compatability if your kernel
17 > > does not support it by using the 'caps' use flag. Maybe I dont fully
18 > > understand 'linux compatability' but if we're all running Gentoo, arent
19 > > we all running linux in the first place?
20 > >
21 > > My problem surfaces: Bind enables 'linux compatability' by default.
22 > > Gentoo does have a linux compability flag (caps), but this is only to
23 > > ENABLE linux compatability, not to disable it. I attempted to use the
24 > > bugger's suggestion, but repoman got pissed on a full scan. Grant
25 > > mentioned maybe making 'caps' part of the default use flag.
26 > >
27 > > Basically I'd like a way of using a "reverse" use flag, -caps, and if
28 > > -caps is set, disable linux compat; if the flag is not set, do not add
29 > > any --config-option at all.
30 >
31 > As this does not actually introduce any dependencies I think that the best
32 > way might be to detect whether caps is available (and doing some part of
33 > the job that the configure script should do).
34 >
35 > Paul
36
37
38 --
39 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] turning off a default compile option Paul de Vrieze <pauldv@g.o>