svn commit: r326588 - in head/stand/i386: gptzfsboot zfsboot

Warner Losh imp at FreeBSD.org
Tue Dec 5 21:38:00 UTC 2017


Author: imp
Date: Tue Dec  5 21:37:55 2017
New Revision: 326588
URL: https://svnweb.freebsd.org/changeset/base/326588

Log:
  Need to include skein in the include path so we don't get this from
  the "system" headers (though in buildworld, it's from the recently
  built sysroot).
  
  Sponsored by: Netflix

Modified:
  head/stand/i386/gptzfsboot/Makefile
  head/stand/i386/zfsboot/Makefile

Modified: head/stand/i386/gptzfsboot/Makefile
==============================================================================
--- head/stand/i386/gptzfsboot/Makefile	Tue Dec  5 21:37:50 2017	(r326587)
+++ head/stand/i386/gptzfsboot/Makefile	Tue Dec  5 21:37:55 2017	(r326588)
@@ -30,6 +30,7 @@ CFLAGS+=-DBOOTPROG=\"gptzfsboot\" \
 	-I${LDRSRC} \
 	-I${BOOTSRC}/i386/common \
 	-I${ZFSSRC} \
+	-I${SYSDIR}/crypto/skein \
 	-I${SYSDIR}/cddl/boot/zfs \
 	-I${BOOTSRC}/i386/btx/lib \
 	-I${BOOTSRC}/i386/boot2 \

Modified: head/stand/i386/zfsboot/Makefile
==============================================================================
--- head/stand/i386/zfsboot/Makefile	Tue Dec  5 21:37:50 2017	(r326587)
+++ head/stand/i386/zfsboot/Makefile	Tue Dec  5 21:37:55 2017	(r326588)
@@ -29,6 +29,7 @@ CFLAGS+=-DBOOTPROG=\"zfsboot\" \
 	-I${BOOTSRC}/i386/common \
 	-I${BOOTSRC}/i386 \
 	-I${ZFSSRC} \
+	-I${SYSDIR}/crypto/skein \
 	-I${SYSDIR}/cddl/boot/zfs \
 	-I${BTXLIB} \
 	-I${BOOTSRC}/i386/boot2 \


More information about the svn-src-head mailing list