]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-php-deps.patch
- add -Werror=trampoline to prevent GCC from generating code that require executable...
[packages/rpm.git] / rpm-php-deps.patch
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");
10      }
11  
12
This page took 0.028774 seconds and 3 git commands to generate.