diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-01 19:29:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-01 19:29:39 +0100 |
commit | 82af9273c46fe3f6227d0bf0e9198a11f8a82156 (patch) | |
tree | 2844918e314d88253c8a1e73c60171647398e18a /9999/0001-Disable-ldconfig-during-install.patch | |
parent | Revert "Add m68k alignment patch (will hopefully make it into master soon)" (diff) | |
download | glibc-patches-82af9273c46fe3f6227d0bf0e9198a11f8a82156.tar.gz glibc-patches-82af9273c46fe3f6227d0bf0e9198a11f8a82156.tar.bz2 glibc-patches-82af9273c46fe3f6227d0bf0e9198a11f8a82156.zip |
Update dirent-related patchset from azanella/bz23960-dirent git branch
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 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/9999/0001-Disable-ldconfig-during-install.patch b/9999/0001-Disable-ldconfig-during-install.patch index 7bc6628..4a8c771 100644 --- a/9999/0001-Disable-ldconfig-during-install.patch +++ b/9999/0001-Disable-ldconfig-during-install.patch @@ -1,7 +1,10 @@ -From 4917be423cb1a70a66e90e39a73e986b011d7687 Mon Sep 17 00:00:00 2001 +From 5349895a928bff28939b228824c8265d20d9fa60 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/12] Disable ldconfig during install +Subject: [PATCH 01/10] Disable ldconfig during install +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit Do not bother running ldconfig on DESTDIR. It's a waste of time as we won't use the result (portage will rebuild the cache after install). @@ -10,6 +13,7 @@ we end up (incorrectly) flagging it as a violation as a write to /etc. http://sourceware.org/ml/libc-alpha/2012-08/msg00118.html https://bugs.gentoo.org/431038 +Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> --- Makefile | 1 + 1 file changed, 1 insertion(+) @@ -27,5 +31,5 @@ index 179dd478ff..763d6a084a 100644 $(elf-objpfx)ldconfig $(addprefix -r ,$(install_root)) \ $(slibdir) $(libdir) -- -2.35.1 +2.38.2 |