Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.9: 0085_all_glibc-disable-ldconfig.patch README.history
Date: Wed, 01 Apr 2009 06:15:51
Message-Id: E1Lotjo-0004gP-Sc@stork.gentoo.org
1 vapier 09/04/01 06:15:48
2
3 Modified: README.history
4 Added: 0085_all_glibc-disable-ldconfig.patch
5 Log:
6 disable ldconfig execution
7
8 Revision Changes Path
9 1.14 src/patchsets/glibc/2.9/README.history
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?r1=1.13&r2=1.14
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.9/README.history,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- README.history 22 Feb 2009 01:22:06 -0000 1.13
22 +++ README.history 1 Apr 2009 06:15:48 -0000 1.14
23 @@ -1,4 +1,5 @@
24 -5 [pending]
25 +5 31.03.2009
26 + + 0085_all_glibc-disable-ldconfig.patch
27 + 6630_all_glibc-mips-n32-ldconfig.patch
28
29 4 21.02.2009
30
31
32
33 1.1 src/patchsets/glibc/2.9/0085_all_glibc-disable-ldconfig.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/0085_all_glibc-disable-ldconfig.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/0085_all_glibc-disable-ldconfig.patch?rev=1.1&content-type=text/plain
37
38 Index: 0085_all_glibc-disable-ldconfig.patch
39 ===================================================================
40 do not bother running ldconfig on DESTDIR. it wants to write the temp cache
41 file outside of the chroot. doesnt matter anyways as we wont use the cache
42 results (portage will rebuild cache), so running ldconfig is simply a waste
43 of time.
44
45 --- Makefile
46 +++ Makefile
47 @@ -117,4 +117,5 @@
48
49 install:
50 +dont-bother-with-destdir:
51 -test ! -x $(common-objpfx)elf/ldconfig || LC_ALL=C LANGUAGE=C \
52 $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \