Gentoo Archives: gentoo-dev

From: James Le Cuirot <chewi@g.o>
To: haubi@g.o
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 4/4] winnt: die if libtool version is not 2.4.6+
Date: Thu, 12 Mar 2020 20:49:20
Message-Id: 20200312204842.56a04559@symphony.aura-online.co.uk
In Reply to: [gentoo-dev] [PATCH 4/4] winnt: die if libtool version is not 2.4.6+ by haubi@gentoo.org
1 On Thu, 12 Mar 2020 09:06:26 +0100
2 haubi@g.o wrote:
3
4 > From: Michael Haubenwallner <haubi@g.o>
5 >
6 > Signed-off-by: Michael Haubenwallner <haubi@g.o>
7 > ---
8 > eltpatch.in | 14 +++++++++++++-
9 > 1 file changed, 13 insertions(+), 1 deletion(-)
10 >
11 > diff --git a/eltpatch.in b/eltpatch.in
12 > index 6b69216..e12f754 100644
13 > --- a/eltpatch.in
14 > +++ b/eltpatch.in
15 > @@ -179,7 +179,7 @@ elibtoolize() {
16 > *-hpux*) elt_patches+=" hpux-conf deplibs hc-flag-ld hardcode hardcode-relink relink-prog no-lc" ;;
17 > *-irix*) elt_patches+=" irix-ltmain" ;;
18 > *-mint*) elt_patches+=" mint-conf" ;;
19 > - *-winnt*) elt_patches+=" winnt-conf winnt-ltmain" ;;
20 > + *-winnt*) elt_patches+=" winnt-ltmain winnt-conf" ;;
21 > esac
22 >
23 > if ${LD} --version 2>&1 | grep -qs 'GNU gold'; then
24
25 This change reorders something you added in the first patch.
26
27 --
28 James Le Cuirot (chewi)
29 Gentoo Linux Developer

Replies

Subject Author
[gentoo-dev] Re: [PATCH 4/4] winnt: die if libtool version is not 2.4.6+ Michael Haubenwallner <haubi@g.o>