Closed quozl closed 5 years ago
configure and autogen.sh now accept --with-python2 or --with-python3 options, with the default of python 2.
configure
autogen.sh
--with-python2
--with-python3
aa8a5e7 introduced building for python 3, but broke build for python 2, requiring patching configure.ac prior to build.
configure.ac
Code was derived from rpmfusion-packager, found using a GitHub search of configure.ac files for both python2 and python3, and is GPLv3.
python2
python3
Tested on Ubuntu 18.04.
Signed-off-by: James Cameron quozl@laptop.org
@Aniket21mathur, please test.
Thanks, tested.
Thanks @pro-panda .
configure
andautogen.sh
now accept--with-python2
or--with-python3
options, with the default of python 2.aa8a5e7 introduced building for python 3, but broke build for python 2, requiring patching
configure.ac
prior to build.Code was derived from rpmfusion-packager, found using a GitHub search of
configure.ac
files for bothpython2
andpython3
, and is GPLv3.Tested on Ubuntu 18.04.
Signed-off-by: James Cameron quozl@laptop.org
@Aniket21mathur, please test.