svn commit: r316424 - head/sys/boot/sparc64/loader

Allan Jude allanjude at FreeBSD.org
Sun Apr 2 17:25:39 UTC 2017


Author: allanjude
Date: Sun Apr  2 17:25:37 2017
New Revision: 316424
URL: https://svnweb.freebsd.org/changeset/base/316424

Log:
  Fix sparc64 build broken by r316343 and r316076
  
  Reported by:	markj
  Sponsored by:	ScaleEngine Inc.

Modified:
  head/sys/boot/sparc64/loader/Makefile

Modified: head/sys/boot/sparc64/loader/Makefile
==============================================================================
--- head/sys/boot/sparc64/loader/Makefile	Sun Apr  2 17:24:58 2017	(r316423)
+++ head/sys/boot/sparc64/loader/Makefile	Sun Apr  2 17:25:37 2017	(r316424)
@@ -82,6 +82,9 @@ CFLAGS+=	-I${.CURDIR}/../../ofw/libofw/
 # where to get libstand from
 CFLAGS+=	-I${.CURDIR}/../../../../lib/libstand/
 
+# Need sys/ for crypto/intake.h
+CFLAGS+=	-I${SRCTOP}/sys
+
 DPADD=		${LIBFICL} ${LIBZFSBOOT} ${LIBOFW} ${LIBSTAND}
 LDADD=		${LIBFICL} ${LIBZFSBOOT} ${LIBOFW} -lstand
 


More information about the svn-src-head mailing list