]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Export V=1 for debian builds
authorTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 21:07:21 +0000 (21:07 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 19 Mar 2014 21:07:21 +0000 (21:07 +0000)
Now that we're using AM_SILENT_RULES this needs to be set so we can
see what's going on in our build logs.

debian/rules

index 352ca36b599b26d6f5509fb21ebf3e42ae548340..bb392b67f876b6a35e622f99a0a2c93fe3bc1108 100755 (executable)
@@ -4,6 +4,7 @@
 
 export DH_VERBOSE=1
 export VERBOSE=1
+export V=1
 
 FS_CC?=gcc
 FS_CXX?=g++