jenkins: force libtool to be built
diff --git a/compile.sh b/compile.sh
index 2e936aa..50961f6 100755
--- a/compile.sh
+++ b/compile.sh
@@ -204,6 +204,9 @@
 cd daemon/extras/tools
 ./bootstrap
 make $MAKEFLAGS
+#FIXME
+echo "HACK for old Jenkins builder...forcing libtool to be built"
+make .libtool
 cd ../../..
 
 ############