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 17:05:45
Message-Id: 20081125170539.GD27769@gentoo.org
In Reply to: Re: [gentoo-alt] readline ebuild problem by Alan Hourihane
1 On 25-11-2008 17:02:11 +0000, Alan Hourihane wrote:
2 > On Tue, 2008-11-25 at 17:57 +0100, Fabian Groffen wrote:
3 > > On 25-11-2008 16:53:19 +0000, Alan Hourihane wrote:
4 > > > There's a bug in the readline ebuild that says this...
5 > > >
6 > > > [[ $(get_libname) != .a ]] &&
7 > > >
8 > > > It should be....
9 > > >
10 > > > [[ $(get_libname) == .a ]] &&
11 > >
12 > > I think haubi did this on purpose, as AIX has .a for "shared libraries"
13 > > :(
14 > > It moves the "static" library out of the way, but if the platform
15 > > happens to use .a for that, it refrains from doing so.
16 > >
17 > > Haubi has the last word on this.
18 >
19 > Then I need to add....
20 >
21 > [[ ${CHOST} == *-mint* ]] &&
22 > mv "${ED}"/$(get_libdir)/lib{readline,history}.a
23 > "${ED}"/usr/$(get_libdir)/
24
25 Hahaha... I knew this was going to break some time... Let's see what
26 haubi thinks/wants. Does mint have shared libraries, or just static
27 ones?
28
29
30 --
31 Fabian Groffen
32 Gentoo on a different level

Replies

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