svn commit: r300504 - head/usr.sbin/iscsid
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon May 23 12:58:25 UTC 2016
Author: trasz
Date: Mon May 23 12:58:24 2016
New Revision: 300504
URL: https://svnweb.freebsd.org/changeset/base/300504
Log:
Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as required
for iSER.
Obtained from: Mellanox Technologies
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/iscsid/Makefile
Modified: head/usr.sbin/iscsid/Makefile
==============================================================================
--- head/usr.sbin/iscsid/Makefile Mon May 23 12:53:17 2016 (r300503)
+++ head/usr.sbin/iscsid/Makefile Mon May 23 12:58:24 2016 (r300504)
@@ -6,7 +6,7 @@ SRCS= chap.c discovery.c iscsid.c keys.
CFLAGS+= -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../sys/cam
CFLAGS+= -I${.CURDIR}/../../sys/dev/iscsi
-#CFLAGS+= -DICL_KERNEL_PROXY
+CFLAGS+= -DICL_KERNEL_PROXY
MAN= iscsid.8
LIBADD= md util
More information about the svn-src-all
mailing list