[dm-devel] [PATCH 3/3] Drop useless link to curses library

Christophe Varoqui christophe.varoqui at gmail.com
Sat Jan 12 13:14:17 UTC 2013


On mer., 2013-01-09 at 15:35 +0530, Ritesh Raj Sarraf wrote:
> Description: Do not link against ncurses unnecessarily
> Author: Sven Joachim <svenjoac at gmx.de>
> Bug-Debian: http://bugs.debian.org/646148
> Last-Update: <2011-11-05>
> 
Merged.

> Signed-off-by: Ritesh Raj Sarraf <rrs at 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
>  
>  #






More information about the dm-devel mailing list