Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils: lddtree.sh
Date: Mon, 31 Dec 2007 23:46:10
Message-Id: E1J9UKW-0001LV-GS@stork.gentoo.org
1 vapier 07/12/31 23:46:00
2
3 Modified: lddtree.sh
4 Log:
5 if lib cannot be found in rpath/ld.so.conf, check standard library paths
6
7 Revision Changes Path
8 1.3 pax-utils/lddtree.sh
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/lddtree.sh?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/lddtree.sh?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/pax-utils/lddtree.sh?r1=1.2&r2=1.3
13
14 Index: lddtree.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/lddtree.sh,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- lddtree.sh 31 Dec 2007 23:36:41 -0000 1.2
21 +++ lddtree.sh 31 Dec 2007 23:45:59 -0000 1.3
22 @@ -61,6 +61,7 @@
23 }
24 check_paths "${elf}" $(scanelf -qF '#F%r' "${needed_by}") && return 0
25 check_paths "${elf}" $(sed -e 's:^[[:space:]]*#.*::' /etc/ld.so.conf) && return 0
26 + check_paths "${elf}" /lib* /usr/lib* /usr/local/lib* && return 0
27 fi
28 return 1
29 }
30
31
32
33 --
34 gentoo-commits@g.o mailing list