ensure configure is executable
This commit is contained in:
parent
09817f9177
commit
8cfdf69446
@ -354,6 +354,11 @@ mv sqlite UNUSED/
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
|
# builds failing mysteriously on f20
|
||||||
|
# ./configure: Permission denied
|
||||||
|
# check to ensure that can't happen -- rex
|
||||||
|
test -x configure || chmod +x configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
# limit -reduce-relocations to %%ix86 x86_64 archs, https://bugreports.qt-project.org/browse/QTBUG-36129
|
# limit -reduce-relocations to %%ix86 x86_64 archs, https://bugreports.qt-project.org/browse/QTBUG-36129
|
||||||
|
Loading…
Reference in New Issue
Block a user