Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/native-cctools/files: ld-aix-1
Date: Mon, 28 Feb 2011 17:34:32
Message-Id: 20110228173423.4781A20057@flycatcher.gentoo.org
1 haubi 11/02/28 17:34:23
2
3 Modified: ld-aix-1
4 Log:
5 use /bin/ksh via /usr/bin/env, for bug#282539
6
7 (Portage version: 2.2.01.18036-prefix/cvs/AIX 00C0078A4C00)
8
9 Revision Changes Path
10 1.2 sys-devel/native-cctools/files/ld-aix-1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1?r1=1.1&r2=1.2
15
16 Index: ld-aix-1
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ld-aix-1 9 Feb 2011 15:53:53 -0000 1.1
23 +++ ld-aix-1 28 Feb 2011 17:34:23 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -#! /bin/ksh
26 +#! /usr/bin/env /bin/ksh
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1,v 1.1 2011/02/09 15:53:53 haubi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/native-cctools/files/ld-aix-1,v 1.2 2011/02/28 17:34:23 haubi Exp $
30
31 # Upon '-soname' and similar flags, create a "shared library" on AIX being an
32 # archive file containing an Import File and the shared object file, as in: