Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: patches/iscsi/2.0-872/
Date: Tue, 31 May 2011 00:03:46
Message-Id: fd6e600f70ad199237eba919e74e34f55ca3aa56.sping@gentoo
1 commit: fd6e600f70ad199237eba919e74e34f55ca3aa56
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Tue May 31 00:03:01 2011 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 00:03:07 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=fd6e600f
7
8 Remove patch on -lspl as our --without-slp seems to take another branch in configure, anyway
9
10 ---
11 patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch | 11 -----------
12 1 files changed, 0 insertions(+), 11 deletions(-)
13
14 diff --git a/patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch b/patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch
15 deleted file mode 100644
16 index 51ca3e5..0000000
17 --- a/patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch
18 +++ /dev/null
19 @@ -1,11 +0,0 @@
20 ---- a/utils/open-isns/configure.ac
21 -+++ b/utils/open-isns/configure.ac
22 -@@ -80,7 +80,7 @@ AC_ARG_WITH(slp,
23 - else
24 - WITH_SLP=yes
25 - CPPFLAGS="$CPPFLAGS -I${withval}"
26 -- LDFLAGS="$LDFLAGS -L${withval}"
27 -+ LDFLAGS="$LDFLAGS -L${withval} -lslp"
28 - fi
29 - ]
30 - )