[distcc] [patch] add lsdistcc

Dan Kegel dank at kegel.com
Sat Sep 17 16:35:36 GMT 2005


I now have a patch for distcc to integrate lsdistcc into
the Makefile:
http://kegel.com/distcc/distcc-2.18.3-lsdistcc.patch

If you want my patch in the dist RPM, you have to change the spec file in
three places, to mention the patch, to apply it, and to list
the new file.  e.g.
  Copyright: GPL
  Group: Development/Languages
  Source: http://distcc.samba.org/ftp/distcc/%{name}-%{version}.tar.bz2
  patch0: distcc-%{version}-rhl.patch
+patch1: distcc-%{version}-lsdistcc.patch
@@ -28,...
  %patch0 -p1
+%patch1 -p1

@@ -55,6 +53,7 @@
  %{_bindir}/distcc
  %{_libdir}/distcc
  %{_bindir}/distccmon-text
+%{_bindir}/lsdistcc
  %doc %{_mandir}/man1/distcc.1.gz
  %doc %{_mandir}/man1/distccmon-text.1.gz
  %doc %{_pkgdocdir}


Somebody's trying out lsdistcc and likes it.  He wrote:>

> I will include lsdistcc to try on your crosstool compiling
> with distcc. I compiled your crosstool on one RHEL3 machine
> without enabling distcc last time. it will be good experience 
> for me to enable distcc on compling crosstool. I can get
> 6 RHEL3 machines to do the distcc compiling.
> 
> The docs will be here, so anyone can join the efforts.
> http://en.wikibooks.org/wiki/CPAM_with_TWW/References_Manual#Distcc



-- 
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html


More information about the distcc mailing list