summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Christie <mchristi@redhat.com>2011-01-31 20:31:32 -0600
committerMike Christie <michaelc@cs.wisc.edu>2011-01-31 21:52:19 -0600
commitcc425fd44b24d9fda74395951570460fc919d076 (patch)
treeefeaf69244169fbed73be50387b2fb7c1c9e4c1d /Makefile
parent1cf5bfc2f33547898f9a4652fc57c40b23bdd4fc (diff)
downloadopen-iscsi-cc425fd44b24d9fda74395951570460fc919d076.tar.gz
iscsi tools: disable isns dsa code
For discovery we do not use the isns dsa code but still build against libcrypto. This disables the code until we add support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db460eb..3bd9e48 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ IFACEFILES = etc/iface.example
all: user kernel
user: ;
- cd utils/open-isns; ./configure; $(MAKE)
+ cd utils/open-isns; ./configure --with-security=no; $(MAKE)
$(MAKE) -C utils/sysdeps
$(MAKE) -C utils/fwparam_ibft
$(MAKE) -C usr