From cc425fd44b24d9fda74395951570460fc919d076 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 31 Jan 2011 20:31:32 -0600 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1