File 0441-Print-last-lines-of-configure-log.patch of Package erlang

From e5de95117604990c8747245e21d48a2982857221 Mon Sep 17 00:00:00 2001
From: Dan Gudmundsson <dgud@erlang.org>
Date: Wed, 7 Aug 2019 10:04:19 +0200
Subject: [PATCH 2/3] Print last lines of configure log

So we can see in travis which applications or options that is disabled,
(and/or other config problems)
---
 scripts/build-otp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/build-otp b/scripts/build-otp
index abf8d5d67f..55023ba7d8 100755
--- a/scripts/build-otp
+++ b/scripts/build-otp
@@ -44,6 +44,8 @@ fi
 
 do_and_log "Autoconfing" ./otp_build autoconf
 do_and_log "Configuring" ./otp_build configure
+echo Configure result:
+tail -n 20 $log
 do_and_log "Building OTP" ./otp_build boot -a
 
 if [ "$1" = "release" ]; then
-- 
2.16.4

openSUSE Build Service is sponsored by