aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2011-05-31 02:03:01 +0200
committerSebastian Pipping <sebastian@pipping.org>2011-05-31 02:03:07 +0200
commitfd6e600f70ad199237eba919e74e34f55ca3aa56 (patch)
tree4438d13d71dcc1ae93f55994c5cbad66146c37b1 /patches/iscsi
parentadded hpsa to defaults/modules_load; fixes bug #363369 (diff)
downloadgenkernel-fd6e600f70ad199237eba919e74e34f55ca3aa56.tar.gz
genkernel-fd6e600f70ad199237eba919e74e34f55ca3aa56.tar.bz2
genkernel-fd6e600f70ad199237eba919e74e34f55ca3aa56.zip
Remove patch on -lspl as our --without-slp seems to take another branch in configure, anyway
Diffstat (limited to 'patches/iscsi')
-rw-r--r--patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch11
1 files changed, 0 insertions, 11 deletions
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
- ]
- )