]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-disable-ldconfig-optimization.patch
- add workaround for https://bugs.launchpad.net/rpm/+bug/934420
[packages/rpm.git] / rpm-disable-ldconfig-optimization.patch
CommitLineData
b6aa0666
JR
1--- rpm-5.4.10/lib/psm.c~ 2012-09-08 23:56:50.377390394 +0200
2+++ rpm-5.4.10/lib/psm.c 2012-09-09 19:16:54.974129936 +0200
3@@ -754,7 +754,7 @@
4 static int ldconfig_done = 0;
5
6 /*@unchecked@*/ /*@observer@*/ /*@null@*/
7-static const char * ldconfig_path = "/sbin/ldconfig";
8+static const char * ldconfig_path = NULL;
9
10 /**
11 * Run scriptlet with args.
This page took 0.032898 seconds and 4 git commands to generate.