mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
security/ktls_isa-l_crypto-kmod: Only build on FreeBSD 13.
FreeBSD 14 and later only use in-kernel crypto drivers for software KTLS. The security/isal-kmod port provides an in-kernel crypto driver using the same ISA-L crypto library as this port. Reviewed by: gallatin, sbz, markj Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D30279
This commit is contained in:
parent
b73de179aa
commit
d5e302a28d
@ -33,6 +33,10 @@ PLIST_FILES= ${KMODDIR}/ktls_intel-isa-l.ko
|
||||
IGNORE= requires KTLS support
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 1400016
|
||||
IGNORE= is only supported on FreeBSD 13
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/* ${WRKSRC}/
|
||||
${ECHO} "#include <sys/stdint.h>" > ${WRKSRC}/include/stdint.h
|
||||
|
Loading…
Reference in New Issue
Block a user