mirror of git://sourceware.org/git/glibc.git
support: Always run ldconfig in containered tests
This is required so the generated ld.so.conf files take effect. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
0458454277
commit
4907d4bf99
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue