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

--- a/configure
+++ b/configure
@@ -139,6 +139,9 @@
 config_static_libgcc=yes
 config_static_openssl=yes
 
+# verbose build by default
+optdebug=1
+
 while [ $# -gt 0 ]
 do
 	opt=$1
