]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-poptexecpath.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-poptexecpath.patch
1 --- rpm-4.5/lib/poptALL.c~      2008-11-07 03:12:23.000000000 +0200
2 +++ rpm-4.5/lib/poptALL.c       2008-11-09 18:20:22.263541109 +0200
3 @@ -547,7 +547,7 @@
4  /*@=nullpass =temptrans@*/
5      (void) poptReadConfigFile(optCon, RPMPOPTFILE);
6      (void) poptReadDefaultConfig(optCon, 1);
7 -    poptSetExecPath(optCon, USRLIBRPM "/" VERSION, 1);
8 +    poptSetExecPath(optCon, USRLIBRPM, 1);
9  
10      /* Process all options, whine if unknown. */
11      while ((rc = poptGetNextOpt(optCon)) > 0) {
This page took 0.030061 seconds and 3 git commands to generate.