Remove patch on -lspl as our --without-slp seems to take another branch in configure...
authorSebastian Pipping <sebastian@pipping.org>
Tue, 31 May 2011 00:03:01 +0000 (02:03 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 31 May 2011 00:03:07 +0000 (02:03 +0200)
patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch [deleted file]

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 (file)
index 51ca3e5..0000000
+++ /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
-       ]
- )