zstd: build with C11

This enables thread-aware timers which in turn fixes benchmark result
reports.

Reviewed by:	cem
Differential Revision:	https://reviews.freebsd.org/D34238
This commit is contained in:
Mateusz Guzik 2022-03-01 20:07:44 +00:00
parent 3a56cfedbc
commit 6882d53b7f

View file

@ -26,6 +26,7 @@ MLINKS= zstd.1 unzstd.1 \
zstd.1 zstdcat.1 \
zstd.1 zstdmt.1
CSTD=c11
WARNS?= 2
LIBADD= zstd
.PATH: ${SRCTOP}/sys/contrib/zstd/programs