From 0ba02ee3d1544be6b190e6e71312c03984c7846b Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 13 Dec 2016 08:04:28 +0800 Subject: [PATCH] fish.spec: on OBS, print config.log if configure unsuccessful --- fish.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fish.spec.in b/fish.spec.in index 18a05d3aa..5eb522961 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -42,7 +42,11 @@ is simple but incompatible with other shell languages. export CC=gcc48 export CXX=g++48 %endif +%if 0%{?opensuse_bs} +%configure || cat config.log +%else %configure +%endif make %{?_smp_mflags} %install