]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-suexec_fcgi.patch
- pass --tag to libtool to build with ccache
[packages/apache.git] / apache-suexec_fcgi.patch
index 5e27892d7b59a14bf26719b8a04ff904dcbd6f99..d50b484f0a86707f89b3fd18389a99511ab7c452 100644 (file)
@@ -86,7 +86,7 @@ diff -urNp httpd-2.2.8.orig/support/suexec.c httpd-2.2.8/support/suexec.c
 +     * name/group is different from the name/group of the cwd
 +     * or the program.
 +     */
-+    if(!strcmp(base_pathname(prog),"suexec.fcgi")) {
++    if(strcmp(base_pathname(prog),"suexec.fcgi")) {
 +        if ((uid != dir_info.st_uid) ||
 +            (gid != dir_info.st_gid) ||
 +            (uid != prg_info.st_uid) ||
This page took 0.031147 seconds and 4 git commands to generate.