Fix sparc64 build broken by r316343 and r316076
Reported by: markj Sponsored by: ScaleEngine Inc.
This commit is contained in:
parent
12dd1cd388
commit
546251e8df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user