Blob Blame History Raw
From 88d3f69d500826a94af62861a5e230be90e91786 Mon Sep 17 00:00:00 2001
From: Chris Leech <cleech@redhat.com>
Date: Thu, 2 Jul 2020 13:14:23 -0700
Subject: [PATCH 1/1] fix libiscsi after adding libcrypto requirement

---
 libiscsi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libiscsi/Makefile b/libiscsi/Makefile
index a7f708c..bd58e97 100644
--- a/libiscsi/Makefile
+++ b/libiscsi/Makefile
@@ -24,7 +24,7 @@ USR_OBJS = $(patsubst %.o, usr-objs/%.o, $(ISCSI_LIB_SRCS) strings.o)
 FW_OBJS = $(patsubst %.o, fw-objs/%.o, $(FW_PARAM_SRCS))
 
 # Flags for the tests
-tests/% : CFLAGS = $(OPTFLAGS) $(WARNFLAGS) -I.
+tests/% : CFLAGS = $(OPTFLAGS) $(WARNFLAGS) -I. -lcrypto
 
 all: lib tests html
 
-- 
2.26.2