]> git.pld-linux.org Git - packages/distcc.git/blame - distcc-waal.patch
- rel 0.2
[packages/distcc.git] / distcc-waal.patch
CommitLineData
889db4a2 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.020657 seconds and 4 git commands to generate.