# Change ldconfig to exit during distribution install. --- glibc-2.3.5/elf/ldconfig.c.orig 2005-02-16 10:29:34 +0000 +++ glibc-2.3.5/elf/ldconfig.c 2005-05-09 10:24:14 +0000 @@ -1101,6 +1101,9 @@ main (int argc, char **argv) { int remaining; + if (getenv ("RPM_INSTALL_NAME") && getenv ("DURING_INSTALL")) + exit (0); + /* Parse and process arguments. */ argp_parse (&argp, argc, argv, 0, &remaining, NULL);