]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- disable dcc_trace function, resolev compilation problem with rfc2553 option
authormisi3k <misi3k@pld-linux.org>
Sat, 14 Aug 2004 08:48:50 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc-dcc_dis.patch -> 1.1

distcc-dcc_dis.patch [new file with mode: 0644]

diff --git a/distcc-dcc_dis.patch b/distcc-dcc_dis.patch
new file mode 100644 (file)
index 0000000..7935aff
--- /dev/null
@@ -0,0 +1,11 @@
+--- distcc-2.17/src/clinet.c~  2004-07-30 01:12:13.000000000 +0000
++++ distcc-2.17/src/clinet.c   2004-08-14 10:40:42.371505216 +0000
+@@ -128,7 +128,7 @@
+     int ret;
+     char portname[20];
+-    dcc_trace("connecting to %s port %d", host, port);
++    //dcc_trace("connecting to %s port %d", host, port);
+     
+     /* Unfortunately for us, getaddrinfo wants the port (service) as a string */
+     snprintf(portname, sizeof portname, "%d", port);
This page took 0.089467 seconds and 4 git commands to generate.