mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-16 03:25:10 +03:00
spec: Workaround for failing build
Commit 18722dfdf4d3e6f172d0b2af8bbdc4a154ea1dc0 introduced a dependency on file from tools/ into lib/. TODO: revert this once the issue is resolved.
This commit is contained in:
parent
8686657664
commit
178564317a
@ -33,7 +33,8 @@
|
||||
|
||||
%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}
|
||||
%{?extra_build_commands}
|
||||
|
Loading…
x
Reference in New Issue
Block a user