]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-disable-ldconfig-optimization.patch
- fix ___build_pre macro breakage that caused undefined RPM_SOURCE_DIR
[packages/rpm.git] / rpm-disable-ldconfig-optimization.patch
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.107359 seconds and 3 git commands to generate.