Explicitly call configure.py using %{__python2}.

This commit is contained in:
Thomas Moschny 2018-07-13 12:43:16 +02:00
parent c6cdb8528b
commit eba0fb3b88
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ rm -rf checks/ec_tests.cpp
# fixme: maybe disable unix_procs, very slow.
%global disable_modules gnump
./configure.py \
%{__python2} ./configure.py \
--prefix=%{_prefix} \
--libdir=%{_lib} \
--cc=gcc \