diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-02-01 20:44:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-02-01 20:44:39 +0100 |
commit | 4e94f64bd9462f55e52de64d1c49b20cdfc686a3 (patch) | |
tree | 48016fdbb6d28f8a76e5df3da1199202f575e042 /9999/0001-Disable-ldconfig-during-install.patch | |
parent | Update dirent-related patchset from azanella/bz23960-dirent git branch (diff) | |
download | glibc-patches-4e94f64bd9462f55e52de64d1c49b20cdfc686a3.tar.gz glibc-patches-4e94f64bd9462f55e52de64d1c49b20cdfc686a3.tar.bz2 glibc-patches-4e94f64bd9462f55e52de64d1c49b20cdfc686a3.zip |
Update dirent-related patchset from libc-alpha archive (v5)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '9999/0001-Disable-ldconfig-during-install.patch')
-rw-r--r-- | 9999/0001-Disable-ldconfig-during-install.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/9999/0001-Disable-ldconfig-during-install.patch b/9999/0001-Disable-ldconfig-during-install.patch index 4a8c771..e947fac 100644 --- a/9999/0001-Disable-ldconfig-during-install.patch +++ b/9999/0001-Disable-ldconfig-during-install.patch @@ -1,7 +1,7 @@ -From 5349895a928bff28939b228824c8265d20d9fa60 Mon Sep 17 00:00:00 2001 +From 3b59ad9dec2c1c7f1b4c7f72d14ea3f2b68a4eca Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Tue, 3 Aug 2021 00:34:59 +0200 -Subject: [PATCH 01/10] Disable ldconfig during install +Subject: [PATCH 1/9] Disable ldconfig during install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -19,7 +19,7 @@ Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile -index 179dd478ff..763d6a084a 100644 +index 224c792185..be9df042e0 100644 --- a/Makefile +++ b/Makefile @@ -110,6 +110,7 @@ elf/ldso_install: @@ -31,5 +31,5 @@ index 179dd478ff..763d6a084a 100644 $(elf-objpfx)ldconfig $(addprefix -r ,$(install_root)) \ $(slibdir) $(libdir) -- -2.38.2 +2.39.1 |