commit e76769f9a276b224ffb79d9bef3721efe3b8f358
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Feb 7 01:09:29 2018 +0000
export python2 version
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index 123377d..a7c922a 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -284,6 +284,7 @@ chmod +x bootstrap
./bootstrap
# Can't use export nor %%configure (implies using export), because
# the Makefile pile up *FLAGS in this case.
+export PYTHON=/usr/bin/python%{python2_version}
./configure \
--prefix=%{_prefix} --bindir=%{_bindir} --includedir=%{_includedir} \