add configure option for boost-python

This commit is contained in:
Leigh Scott 2019-06-08 10:35:45 +01:00
parent dba5b614ed
commit b1874bd9f8

View File

@ -102,7 +102,8 @@ libpst utilities.
%build
autoreconf -v -f -i
%configure --enable-libpst-shared
%configure --enable-libpst-shared \
--with-boost-python=boost_python%{python3_version_nodots}
%if 0%{?fedora} > 27
%make_build
%else