summaryrefslogtreecommitdiff
path: root/distcc
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2013-02-24 07:58:52 +1100
committerDanny Rawlins <monster.romster@gmail.com>2013-02-24 08:00:00 +1100
commit6c9b9ed2aca6eae9dcc4891af8d956e661b4dbde (patch)
treeb8583105801ab47fcd9be9a2b385e4777ef178cb /distcc
parent2f675d79d9e6c86ae5a976cdd02d5976b92303ef (diff)
downloadcontrib-6c9b9ed2aca6eae9dcc4891af8d956e661b4dbde.tar.gz
contrib-6c9b9ed2aca6eae9dcc4891af8d956e661b4dbde.tar.xz
distcc: fix compile with treating warnings as errors
Diffstat (limited to 'distcc')
-rw-r--r--distcc/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/distcc/Pkgfile b/distcc/Pkgfile
index 15eeb40ab..14698cdf5 100644
--- a/distcc/Pkgfile
+++ b/distcc/Pkgfile
@@ -6,7 +6,7 @@
name=distcc
version=3.1
-release=1
+release=2
source=(http://distcc.googlecode.com/files/$name-$version.tar.bz2
distccd)
@@ -17,7 +17,8 @@ build() {
--prefix=/usr \
--disable-nls \
--without-gnome \
- --without-gtk
+ --without-gtk \
+ --disable-Werror
make
make DESTDIR=$PKG install-man install-programs

Generated by cgit