Unfortunately there is no explanation for why the upstream does not build
this dynamically.  I'm therefore commenting it out until someone shouts.

--- a/uchime_src/mk
+++ b/uchime_src/mk
@@ -14,9 +14,9 @@ do
 done
 
 LINK_OPTS= 
-if [ `uname -s` == Linux ] ; then
-    LINK_OPTS=-static
-fi
+#if [ `uname -s` == Linux ] ; then
+#    LINK_OPTS=-static
+#fi
 g++ $LINK_OPTS $ENV_LINK_OPTS -g -o uchime $ObjNames >> mk.stdout 2>> tmp.stderr
 cat tmp.stderr
 cat tmp.stderr >> mk.stderr
