From: Sebastian Pipping Date: Tue, 31 May 2011 00:03:01 +0000 (+0200) Subject: Remove patch on -lspl as our --without-slp seems to take another branch in configure... X-Git-Tag: v3.4.16~19 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fd6e600f70ad199237eba919e74e34f55ca3aa56;p=genkernel.git Remove patch on -lspl as our --without-slp seems to take another branch in configure, anyway --- 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 deleted file mode 100644 index 51ca3e5..0000000 --- a/patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/utils/open-isns/configure.ac -+++ b/utils/open-isns/configure.ac -@@ -80,7 +80,7 @@ AC_ARG_WITH(slp, - else - WITH_SLP=yes - CPPFLAGS="$CPPFLAGS -I${withval}" -- LDFLAGS="$LDFLAGS -L${withval}" -+ LDFLAGS="$LDFLAGS -L${withval} -lslp" - fi - ] - )