ensure configure is executable

This commit is contained in:
Rex Dieter 2015-02-24 15:01:25 -06:00
parent 09817f9177
commit 8cfdf69446
1 changed files with 5 additions and 0 deletions

View File

@ -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