summaryrefslogtreecommitdiff
path: root/packages/glibc/2.15/0008-disable-ldconfig.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-26 07:47:36 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-26 07:47:42 (GMT)
commitaa524934f5fcfedb91b03d2fec7a8dd4dd080aea (patch)
treeff5e58ebf6d3aa1fdff5fb1cf9888904f19cd4fa /packages/glibc/2.15/0008-disable-ldconfig.patch
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
parentdab2d8011ea67118348a6bd28ae3583960c1b5c3 (diff)
Merge branch 'remove-obsolete-versions' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/glibc/2.15/0008-disable-ldconfig.patch')
-rw-r--r--packages/glibc/2.15/0008-disable-ldconfig.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/glibc/2.15/0008-disable-ldconfig.patch b/packages/glibc/2.15/0008-disable-ldconfig.patch
deleted file mode 100644
index 4c5615d..0000000
--- a/packages/glibc/2.15/0008-disable-ldconfig.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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 | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/Makefile
-+++ b/Makefile
-@@ -107,6 +107,7 @@
- rm -f $(symbolic-link-list)
-
- install:
-+dont-bother-with-destdir:
- -test ! -x $(common-objpfx)elf/ldconfig || LC_ALL=C LANGUAGE=C \
- $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \
- $(slibdir) $(libdir)