diff --git a/scsi-target-utils-dynamic-link-iser.patch b/scsi-target-utils-dynamic-link-iser.patch index aa96092..36069a0 100644 --- a/scsi-target-utils-dynamic-link-iser.patch +++ b/scsi-target-utils-dynamic-link-iser.patch @@ -1,5 +1,11 @@ +commit 3b4a7efe0899a2c800e1842573492bacac15b01e +Author: Andy Grover +Date: Tue Oct 4 11:33:18 2011 -0700 + + dynamic-link-iser + diff --git a/usr/Makefile b/usr/Makefile -index ea175cd..0f5b454 100644 +index e15ff6a..0cc7126 100644 --- a/usr/Makefile +++ b/usr/Makefile @@ -13,9 +13,11 @@ TGTD_OBJS += $(addprefix iscsi/, conn.o param.o session.o \ @@ -15,9 +21,9 @@ index ea175cd..0f5b454 100644 +endif endif - ifneq ($(FCOE),) + INCLUDES += -I. diff --git a/usr/iscsi/iser.c b/usr/iscsi/iser.c -index d0e46e3..3904aaf 100644 +index a582bdf..b2e6a4d 100644 --- a/usr/iscsi/iser.c +++ b/usr/iscsi/iser.c @@ -32,6 +32,8 @@