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 ?

Thanks,

Alan.

Reply via email to