From: Marian Csontos <mcsontos@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - spec: Workaround for failing build
Date: Tue, 20 Sep 2022 14:34:31 +0000 (GMT) [thread overview]
Message-ID: <20220920143431.678E23858014@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=178564317a7c47d025ce268abe1bba01d1b4a519
Commit: 178564317a7c47d025ce268abe1bba01d1b4a519
Parent: 868665766491d9d42b8acedaf07cafc7118d165c
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Tue Sep 20 15:12:44 2022 +0200
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Tue Sep 20 15:12:44 2022 +0200
spec: Workaround for failing build
Commit 18722dfdf4d3e6f172d0b2af8bbdc4a154ea1dc0 introduced a dependency
on file from tools/ into lib/.
TODO: revert this once the issue is resolved.
---
spec/build.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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}
reply other threads:[~2022-09-20 14:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220920143431.678E23858014@sourceware.org \
--to=mcsontos@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.