]> git.pld-linux.org Git - packages/distcc.git/blob - distcc-waal.patch
- rel 0.2; use distcc user instead of nobody
[packages/distcc.git] / distcc-waal.patch
1 --- distcc-2.12.1/src/arg.c.orig        2004-02-08 08:55:41.000000000 +0100
2 +++ distcc-2.12.1/src/arg.c     2004-02-08 08:56:17.000000000 +0100
3 @@ -178,7 +178,7 @@
4                   * all the options would be complex since you can give several
5                   * comma-separated assembler options after -Wa, but looking
6                   * for '=' should be safe. */
7 -                if (strchr(a, '=')) {
8 +                if (strchr(a, '-al=')) {
9                      rs_trace("%s needs to write out assembly listings and must be local",
10                           a);
11                      return EXIT_DISTCC_FAILED;
This page took 0.076753 seconds and 3 git commands to generate.