[multipathd] link to ncurses instead of curses
authorChristophe Varoqui <root@xa-s05.(none)>
Tue, 1 Nov 2005 07:56:02 +0000 (08:56 +0100)
committerChristophe Varoqui <root@xa-s05.(none)>
Tue, 1 Nov 2005 07:56:02 +0000 (08:56 +0100)
Brian Wong, Pillardata, reports SLES does not package libcurses.
He suggested linking to ncurses instead. Done and verified on
Debian Sarge and RHEL4u0.

multipathd/Makefile

index 3325573..f977078 100644 (file)
@@ -15,7 +15,7 @@ rcdir = /etc/init.d
 #
 CFLAGS = -pipe -g -Wall -Wunused -Wstrict-prototypes \
         -DDAEMON -I$(multipathdir) -I$(checkersdir)
-LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lcurses -lm
+LDFLAGS = -lpthread -ldevmapper -lsysfs -lreadline -lncurses -lm
 
 #
 # debuging stuff