Bug#651749: spread: FTBFS on hurd-i386
Source: spread
Version: 3.17.4-3
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd
Hi, inlined below is a temporary workaround for spread to build on
GNU/Hurd in case somebody has interest to NMU it. This package is
currently orphaned, but an adopter has announced interest in packaging
version 4.1.0, see #489314. Furthermore, the package has unclear
licensing terms, see #639916. So until the above problems are resolved
there is no idea to spend on creating a proper patch for this old
software.
--- spread-3.17.4/sp.c 2011-12-11 18:42:13.000000000 +0100
+++ spread-3.17.4.modified/sp.c 2011-12-11 21:39:34.000000000 +0100
@@ -82,6 +82,10 @@
void *auth_data;
};
+#ifndef MAXHOSTNAMELEN
+#define MAXHOSTNAMELEN 64
+#endif
+
/* length of spread_name connect field is limited to 5 digit port # +
'@' + hostname */
#define SPREAD_MAXCONNECT_NAMELEN MAXHOSTNAMELEN + 6
Reply to: