Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/multipath-tools/files: multipath-tools-0.4.9-build.patch
Date: Wed, 30 Nov 2011 04:31:01
Message-Id: 20111130043050.8186B2004C@flycatcher.gentoo.org
1 vapier 11/11/30 04:30:50
2
3 Modified: multipath-tools-0.4.9-build.patch
4 Log:
5 Add missing readline depepend, and drop ncurses linkage since it's only there for readline.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-fs/multipath-tools/files/multipath-tools-0.4.9-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/files/multipath-tools-0.4.9-build.patch?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/files/multipath-tools-0.4.9-build.patch?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/multipath-tools/files/multipath-tools-0.4.9-build.patch?r1=1.2&r2=1.3
15
16 Index: multipath-tools-0.4.9-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/files/multipath-tools-0.4.9-build.patch,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- multipath-tools-0.4.9-build.patch 28 Nov 2010 21:34:59 -0000 1.2
23 +++ multipath-tools-0.4.9-build.patch 30 Nov 2011 04:30:50 -0000 1.3
24 @@ -107,7 +107,7 @@
25 CFLAGS += -I$(multipathdir)
26 -LDFLAGS += -lpthread -ldevmapper -lreadline -lncurses -ldl \
27 - -lmultipath -L$(multipathdir)
28 -+LIBS = -lpthread -ldevmapper -lreadline -lncurses -ldl \
29 ++LIBS = -lpthread -ldevmapper -lreadline -ldl \
30 + -L$(multipathdir) -lmultipath
31
32 #