From ad2842f6701c0eea0666a4b2e510f1cd078de6fe Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 22 Mar 2011 19:23:59 +0100 Subject: iSCSI: open-iscsi patchwork: add -lslp to LDFLAGS, and properly call autoconf --- patches/iscsi/2.0-872/open-iscsi-2.0.872-slp.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'patches') 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 index 16658f3..51ca3e5 100644 --- 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 @@ -1,11 +1,11 @@ ---- open-iscsi-2.0-872.orig/utils/open-isns/configure.ac -+++ open-iscsi-2.0-872/utils/open-isns/configure.ac -@@ -79,7 +79,7 @@ AC_ARG_WITH(slp, - WITH_SLP=$withval +--- 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}" -+ CPPFLAGS="$CPPFLAGS -I${withval} -lslp" - LDFLAGS="$LDFLAGS -L${withval}" + CPPFLAGS="$CPPFLAGS -I${withval}" +- LDFLAGS="$LDFLAGS -L${withval}" ++ LDFLAGS="$LDFLAGS -L${withval} -lslp" fi ] + ) -- cgit v1.2.3-65-gdbad