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.8: 0085_all_glibc-disable-ldconfig.patch README.history
Date: Wed, 01 Apr 2009 06:15:51
Message-Id: E1Lotjo-0004gA-Hn@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.6 src/patchsets/glibc/2.8/README.history
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?r1=1.5&r2=1.6
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.8/README.history,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- README.history 24 Dec 2008 13:44:39 -0000 1.5
22 +++ README.history 1 Apr 2009 06:15:48 -0000 1.6
23 @@ -1,3 +1,6 @@
24 +6 31.03.2008
25 + + 0085_all_glibc-disable-ldconfig.patch
26 +
27 5 24.12.2008
28 + 6700_s390_glibc-2.8-utmp-compat.patch
29
30
31
32
33 1.1 src/patchsets/glibc/2.8/0085_all_glibc-disable-ldconfig.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/0085_all_glibc-disable-ldconfig.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/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)) \