On mer., 2013-01-09 at 15:35 +0530, Ritesh Raj Sarraf wrote: > Description: Do not link against ncurses unnecessarily > Author: Sven Joachim <svenjoac@xxxxxx> > Bug-Debian: http://bugs.debian.org/646148 > Last-Update: <2011-11-05> > Merged. > Signed-off-by: Ritesh Raj Sarraf <rrs@xxxxxxxxxx> > --- > 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 > > # -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel