Skip to content

Commit 1b6680c

Browse files
committed
make-srpm.sh: fix boost python lib name
... as suggested by Jonathan Wakely Bug: https://bugzilla.redhat.com/1705427
1 parent 74b1c57 commit 1b6680c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-srpm.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ make %{?_smp_mflags} VERBOSE=yes
159159
%if %{with python3}
160160
mkdir ../csdiff_build_py3
161161
cd ../csdiff_build_py3
162-
%cmake .. -DPYTHON_EXECUTABLE=%{__python3} -DBOOST_PYTHON_LIB_NAME=boost_python3
162+
%cmake .. \\
163+
-DPYTHON_EXECUTABLE=%{__python3} \\
164+
-DBOOST_PYTHON_LIB_NAME=boost_python%{python3_version_nodots}
163165
make %{?_smp_mflags} VERBOSE=yes pycsdiff
164166
%endif
165167

0 commit comments

Comments
 (0)