]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-ldconfig-always.patch
- oops
[packages/rpm.git] / rpm-ldconfig-always.patch
CommitLineData
fe51acbb
JB
1--- rpm-4.3/lib/psm.c.orig 2003-05-10 17:20:15.000000000 +0200
2+++ rpm-4.3/lib/psm.c 2003-08-24 21:41:29.637316776 +0200
3@@ -550,7 +550,10 @@
4 xx = headerNVR(h, &n, &v, &r);
5
6 /* XXX bash must have functional libtermcap.so.2 */
7- if (!strcmp(n, "libtermcap"))
8+ /* if (!strcmp(n, "libtermcap"))
9+ * -- always run ldconfig, these checks didn't work when few packages with
10+ * shared libs were installed just one after another in the same
11+ * transaction */
12 ldconfig_done = 0;
13
14 /*
This page took 0.036996 seconds and 4 git commands to generate.