From: Ritesh Raj Sarraf <rrs@debian.org>
To: christophe.varoqui@opensvc.com
Cc: Ritesh Raj Sarraf <rrs@debian.org>, dm-devel@redhat.com
Subject: [PATCH 3/3] Drop useless link to curses library
Date: Wed, 9 Jan 2013 14:02:48 +0530 [thread overview]
Message-ID: <1357720368-17664-3-git-send-email-rrs@debian.org> (raw)
In-Reply-To: <1357720368-17664-1-git-send-email-rrs@debian.org>
Description: Do not link against ncurses unnecessarily
Author: Sven Joachim <svenjoac@gmx.de>
Bug-Debian: http://bugs.debian.org/646148
Last-Update: <2011-11-05>
Signed-off-by: Ritesh Raj Sarraf <rrs@debian.org>
---
multipathd/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multipathd/Makefile b/multipathd/Makefile
index 9553251..b490c1d 100644
--- a/multipathd/Makefile
+++ b/multipathd/Makefile
@@ -6,7 +6,7 @@ include ../Makefile.inc
# basic flags setting
#
CFLAGS += -I$(multipathdir) -I$(mpathpersistdir)
-LDFLAGS += -lpthread -ldevmapper -lreadline -lncurses -ludev -ldl \
+LDFLAGS += -lpthread -ldevmapper -lreadline -ludev -ldl \
-L$(multipathdir) -lmultipath -L$(mpathpersistdir) -lmpathpersist
#
--
1.7.10.4
next prev parent reply other threads:[~2013-01-09 8:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 8:32 [PATCH 1/3] explicitly include posix_types.h Ritesh Raj Sarraf
2013-01-09 8:32 ` [PATCH 2/3] Minor spelling error fixes for Debian's lintian cleanliness Ritesh Raj Sarraf
2013-01-09 8:53 ` Hannes Reinecke
2013-01-09 8:32 ` Ritesh Raj Sarraf [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-09 10:05 [PATCH 0/3] Debian packaging fixes for multipath-tools Ritesh Raj Sarraf
2013-01-09 10:05 ` [PATCH 3/3] Drop useless link to curses library Ritesh Raj Sarraf
2013-01-12 13:14 ` Christophe Varoqui
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=1357720368-17664-3-git-send-email-rrs@debian.org \
--to=rrs@debian.org \
--cc=christophe.varoqui@opensvc.com \
--cc=dm-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox