Gentoo Archives: gentoo-alt

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] cmake eclass fix
Date: Tue, 04 Oct 2011 10:25:10
Message-Id: 4E8ADEF4.6060000@fairlite.co.uk
In Reply to: Re: [gentoo-alt] cmake eclass fix by Alan Hourihane
1 On 10/04/11 11:21, Alan Hourihane wrote:
2 > On 08/14/11 19:05, Alan Hourihane wrote:
3 >> On 08/14/11 11:40, Fabian Groffen wrote:
4 >>> On 07-07-2011 15:42:40 +0100, Alan Hourihane wrote:
5 >>>> Hi all,
6 >>>>
7 >>>> Can someone replace the link the cmake eclass that says ....
8 >>>>
9 >>>> if use prefix; then
10 >>>>
11 >>>> to
12 >>>>
13 >>>> if use prefix && ! EPREFIX=; then
14 >>> Why is that necessary? Or is it MiNT that doesn't like the RPATH stuff?
15 >>>
16 >> Yes, it's the RPATH stuff that messes things up when EPREFIX=/
17 >>
18 > Any better fix for this ?
19 >
20 > Alan.
21
22 if use prefix && "${EPREFIX}" != ""; then
23
24 The above is better. Can this be committed ?
25
26 Thanks,
27
28 Alan.

Replies

Subject Author
Re: [gentoo-alt] cmake eclass fix Alan Hourihane <alanh@×××××××××××.uk>