summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2022-09-20 15:12:44 +0200
committerMarian Csontos <mcsontos@redhat.com>2022-09-20 15:12:44 +0200
commit178564317a7c47d025ce268abe1bba01d1b4a519 (patch)
tree3265f4d3a0920966eaf1b30ea2ebec615357cd7b /spec
parent868665766491d9d42b8acedaf07cafc7118d165c (diff)
downloadlvm2-178564317a7c47d025ce268abe1bba01d1b4a519.tar.gz
spec: Workaround for failing build
Commit 18722dfdf4d3e6f172d0b2af8bbdc4a154ea1dc0 introduced a dependency on file from tools/ into lib/. TODO: revert this once the issue is resolved.
Diffstat (limited to 'spec')
-rw-r--r--spec/build.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build.inc b/spec/build.inc
index e57ecf958..e5f76db10 100644
--- a/spec/build.inc
+++ b/spec/build.inc
@@ -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}