]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-php-deps.patch
- fixed libtool-deps patch, release 5
[packages/rpm.git] / rpm-php-deps.patch
CommitLineData
e0bf6b5f
JB
1--- rpm-4.4.8/lib/rpmfc.c.orig 2007-02-14 07:31:50.000000000 +0100
2+++ rpm-4.4.8/lib/rpmfc.c 2007-04-08 16:48:00.273560592 +0200
3@@ -773,7 +773,7 @@
4 } else
5 if (fc->fcolor->vals[fc->ix] & RPMFC_PHP) {
6 xx = rpmfcHelper(fc, 'P', "php");
7- if (is_executable)
8+ /* not only executable, files run by httpd usually are not */
9 xx = rpmfcHelper(fc, 'R', "php");
ff5da8bf 10 }
ff5da8bf 11
9cf22ba7 12
This page took 0.05763 seconds and 4 git commands to generate.