[Pkg-voip-commits] [asterisk] 06/07: Emit config.log if configure fails.

Jonas Smedegaard dr at jones.dk
Tue Mar 29 16:39:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository asterisk.

commit 0667ec74c5f315579d2f30e3539d2cb7c3b4dcc2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Mar 29 15:58:07 2016 +0200

    Emit config.log if configure fails.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c167578..5594bf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ override_dh_auto_configure:
 		--with-imap=system			\
 		--without-pwlib				\
 		$(if $(EXP_RELEASE),,--without-pjproject --without-sdl --without-ffmpeg) \
-		${ENABLE_DEBUG}
+		${ENABLE_DEBUG} || { cat config.log; exit 1; }
 
 #		--with-cap \
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list