Description: Enable verbose build by default
Author: Matthias Klose <doko@debian.org>
Bug-Origin: https://bugs.debian.org/913059

Index: cctools-7.14.5/configure
===================================================================
--- cctools-7.14.5.orig/configure
+++ cctools-7.14.5/configure
@@ -139,6 +139,9 @@ config_xrootd_path=no
 config_static_libgcc=yes
 config_static_openssl=yes
 
+# verbose build by default
+optdebug=1
+
 while [ $# -gt 0 ]
 do
 	opt=$1
