1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

spec: Workaround for failing build

Commit 18722dfdf4 introduced a dependency
on file from tools/ into lib/.

TODO: revert this once the issue is resolved.
This commit is contained in:
Marian Csontos 2022-09-20 15:12:44 +02:00
parent 8686657664
commit 178564317a

View File

@ -33,7 +33,8 @@
%build %build
%configure %{configure_flags} # FIXME: Remove --enable-dependency-tracking once problem with generated file from tools/ is used in lib/
%configure %{configure_flags} --enable-dependency-tracking
make %{?_smp_mflags} make %{?_smp_mflags}
%{?extra_build_commands} %{?extra_build_commands}