]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix popt exec searchpath to be /usr/lib/rpm not /usr/lib/rpm/4.5
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 9 Nov 2008 16:28:51 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-poptexecpath.patch -> 1.1.2.1

rpm-poptexecpath.patch [new file with mode: 0644]

diff --git a/rpm-poptexecpath.patch b/rpm-poptexecpath.patch
new file mode 100644 (file)
index 0000000..c08fba2
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.5/lib/poptALL.c~     2008-11-07 03:12:23.000000000 +0200
++++ rpm-4.5/lib/poptALL.c      2008-11-09 18:20:22.263541109 +0200
+@@ -547,7 +547,7 @@
+ /*@=nullpass =temptrans@*/
+     (void) poptReadConfigFile(optCon, RPMPOPTFILE);
+     (void) poptReadDefaultConfig(optCon, 1);
+-    poptSetExecPath(optCon, USRLIBRPM "/" VERSION, 1);
++    poptSetExecPath(optCon, USRLIBRPM, 1);
+     /* Process all options, whine if unknown. */
+     while ((rc = poptGetNextOpt(optCon)) > 0) {
This page took 0.041174 seconds and 4 git commands to generate.