Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] readline ebuild problem
Date: Tue, 25 Nov 2008 16:58:07
Message-Id: 20081125165759.GC27769@gentoo.org
In Reply to: [gentoo-alt] readline ebuild problem by Alan Hourihane
1 On 25-11-2008 16:53:19 +0000, Alan Hourihane wrote:
2 > There's a bug in the readline ebuild that says this...
3 >
4 > [[ $(get_libname) != .a ]] &&
5 >
6 > It should be....
7 >
8 > [[ $(get_libname) == .a ]] &&
9
10 I think haubi did this on purpose, as AIX has .a for "shared libraries"
11 :(
12 It moves the "static" library out of the way, but if the platform
13 happens to use .a for that, it refrains from doing so.
14
15 Haubi has the last word on this.
16
17
18 --
19 Fabian Groffen
20 Gentoo on a different level

Replies

Subject Author
Re: [gentoo-alt] readline ebuild problem Alan Hourihane <alanh@×××××××××××.uk>