Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
On 10/04/11 11:24, Alan Hourihane wrote:
> On 10/04/11 11:21, Alan Hourihane wrote:
>> On 08/14/11 19:05, Alan Hourihane wrote:
>>> On 08/14/11 11:40, Fabian Groffen wrote:
>>>> On 07-07-2011 15:42:40 +0100, Alan Hourihane wrote:
>>>>> Hi all,
>>>>>
>>>>> Can someone replace the link the cmake eclass that says ....
>>>>>
>>>>> if use prefix; then
>>>>>
>>>>> to
>>>>>
>>>>> if use prefix && ! EPREFIX=; then
>>>> Why is that necessary? Or is it MiNT that doesn't like the RPATH stuff?
>>>>
>>> Yes, it's the RPATH stuff that messes things up when EPREFIX=/
>>>
>> Any better fix for this ?
>>
>> Alan.
> if use prefix && "${EPREFIX}" != ""; then
>
> The above is better. Can this be committed ?
>
Actually this works for me.....
if use prefix && ! ${EPREFIX}; then
Alan.
|
|