From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - makefiles: use single libs definition
Date: Wed, 21 Sep 2022 12:59:04 +0000 (GMT) [thread overview]
Message-ID: <20220921125904.861FD3856DC4@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=cbfdb8735831412a7c87ce57c0ada5f1ee1c2358
Commit: cbfdb8735831412a7c87ce57c0ada5f1ee1c2358
Parent: 1bf1aca544e6d422d34aea356e69d6dbf0bdf3ba
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Mon Sep 5 15:57:21 2022 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 21 14:58:34 2022 +0200
makefiles: use single libs definition
---
make.tmpl.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/make.tmpl.in b/make.tmpl.in
index a390553a4..869b87e12 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -298,9 +298,7 @@ endif
endif
ifeq ("@BUILD_DMEVENTD@", "yes")
- DMEVENT_LIBS = -ldevmapper-event -L$(interfacebuilddir) -ldevmapper
- LDFLAGS += -L$(top_builddir)/daemons/dmeventd
- CLDFLAGS += -L$(top_builddir)/daemons/dmeventd
+ DMEVENT_LIBS = -L$(top_builddir)/daemons/dmeventd -ldevmapper-event -L$(interfacebuilddir) -ldevmapper
endif
# Combination of DEBUG_POOL and DEBUG_ENFORCE_POOL_LOCKING is not suppored.
reply other threads:[~2022-09-21 12:59 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=20220921125904.861FD3856DC4@sourceware.org \
--to=zkabelac@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.