From 8cfdf69446d033fc83b090424892d8ae2cd2ad86 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 24 Feb 2015 15:01:25 -0600 Subject: [PATCH] ensure configure is executable --- qt5-qtbase.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index ffcc9e1..f1fa578 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -354,6 +354,11 @@ mv sqlite UNUSED/ popd +# builds failing mysteriously on f20 +# ./configure: Permission denied +# check to ensure that can't happen -- rex +test -x configure || chmod +x configure + %build # limit -reduce-relocations to %%ix86 x86_64 archs, https://bugreports.qt-project.org/browse/QTBUG-36129