public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.8: 0085_all_glibc-disable-ldconfig.patch README.history
@ 2009-04-01  6:15 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-04-01  6:15 UTC (permalink / raw
  To: gentoo-commits

vapier      09/04/01 06:15:48

  Modified:             README.history
  Added:                0085_all_glibc-disable-ldconfig.patch
  Log:
  disable ldconfig execution

Revision  Changes    Path
1.6                  src/patchsets/glibc/2.8/README.history

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?r1=1.5&r2=1.6

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.8/README.history,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.history	24 Dec 2008 13:44:39 -0000	1.5
+++ README.history	1 Apr 2009 06:15:48 -0000	1.6
@@ -1,3 +1,6 @@
+6		31.03.2008
+	+ 0085_all_glibc-disable-ldconfig.patch
+
 5		24.12.2008
 	+ 6700_s390_glibc-2.8-utmp-compat.patch
 



1.1                  src/patchsets/glibc/2.8/0085_all_glibc-disable-ldconfig.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/0085_all_glibc-disable-ldconfig.patch?rev=1.1&view=markup
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

Index: 0085_all_glibc-disable-ldconfig.patch
===================================================================
do not bother running ldconfig on DESTDIR.  it wants to write the temp cache
file outside of the chroot.  doesnt matter anyways as we wont use the cache
results (portage will rebuild cache), so running ldconfig is simply a waste
of time.

--- Makefile
+++ Makefile
@@ -117,4 +117,5 @@
 
 install:
+dont-bother-with-destdir:
 	-test ! -x $(common-objpfx)elf/ldconfig || LC_ALL=C LANGUAGE=C \
 	  $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01  6:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01  6:15 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.8: 0085_all_glibc-disable-ldconfig.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox