ABCL's build calls the hostname command, and needs the internet to download
JUnit. Neither of these are really required, though, so we can patch them out
to make it build.
--- a/build.xml
+++ b/build2.xml
@@ -327,7 +327,7 @@ from ${abcl.home.dir}
+ depends="abcl.compile,abcl.stamp.version">
@@ -455,11 +455,6 @@ from ${abcl.home.dir}
value="${abcl.version}-${abcl.version.src}"/>
-
-
- abcl.hostname: ${abcl.hostname}
-
-
@@ -1019,8 +1014,7 @@ ${basedir}/../cl-bench
-
+