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

Index: cctools-7.13.1/configure
===================================================================
--- cctools-7.13.1.orig/configure
+++ cctools-7.13.1/configure
@@ -131,6 +131,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
