summaryrefslogtreecommitdiff
path: root/distcc.morph
blob: 162c1cb8c99c6042a3d3c6a4adeb5d7f3581238d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: distcc
kind: chunk
build-system: autotools
configure-commands:
  - NOCONFIGURE=1 ./autogen.sh
  # We must disable -Werror because there are two warnings in the 32-bit build.
  # These are inside the lzo/minilzo.c code. They do not appear to be fixed in
  # distcc master as of April 2014. The code in question appears in an intense
  # battle with C's type system, I don't see any clear way to resolve it. I
  # have reported this upstream:
  # https://code.google.com/p/distcc/issues/detail?id=142
  - ./configure --prefix="$PREFIX" --disable-Werror