]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
support: Always run ldconfig in containered tests
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 8 Feb 2025 16:09:03 +0000 (17:09 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 9 Jul 2025 13:46:17 +0000 (15:46 +0200)
This is required so the generated ld.so.conf files take effect.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
support/test-container.c

index a641250079948109049446b95a984f9c4d43e3c7..1c40ab377fe4fb95a67f79b5fede09adb2c6940a 100644 (file)
@@ -740,7 +740,7 @@ main (int argc, char **argv)
   char *command_basename;
   char *so_base;
   int do_postclean = 0;
-  bool do_ldconfig = false;
+  bool do_ldconfig = true;
   char *change_cwd = NULL;
 
   int pipes[2];