Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [ebuild] make ebuild use custom ./configure arg
Date: Tue, 05 Sep 2006 08:07:48
Message-Id: 20060905090036.1758b682@hactar.digimed.co.uk
In Reply to: [gentoo-user] [ebuild] make ebuild use custom ./configure arg by reader@newsguy.com
1 On Tue, 05 Sep 2006 01:00:06 -0500, reader@×××××××.com wrote:
2
3 > I'm trying to make my own ebuild of samba, jumping to latest release
4 > 23c. After creating the overlay and moving the current 23a there
5 > renamed as 23c. I'd like to make ebuild use one custom ./conifigure
6 > arg of my own creation.
7
8 There are two ways of doing this:
9
10 Modify the ebuild, adding
11
12 --without-torture \
13
14 to the list that follows "econf" in src_compile(), line 95 in the
15 3.0.23a ebuild.
16
17 Set the EXTRA_ECONF variable
18
19 EXTRA_ECONF="--without-torture" emerge samba
20
21
22 --
23 Neil Bothwick
24
25 From the moment I picked your book up until I laid it down I was
26 convulsed with laughter. Someday I intend reading it.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies