]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-poptexecpath.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-poptexecpath.patch
CommitLineData
bb9602ec
ER
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.025377 seconds and 4 git commands to generate.