diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2021-01-03 19:26:01 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2021-01-03 19:26:46 +0000 |
| commit | 98689d0ffb0a0e218d3b32201df59be9fa771830 (patch) | |
| tree | 88ba0e810b7c5d861168e2bc8279058e523b2c29 /lib/libzstd | |
| parent | 4f9139397e709a106a73f362654ce245321e4a77 (diff) | |
Diffstat (limited to 'lib/libzstd')
| -rw-r--r-- | lib/libzstd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libzstd/Makefile b/lib/libzstd/Makefile index dcf6cd3c0281..5f7cd8248d88 100644 --- a/lib/libzstd/Makefile +++ b/lib/libzstd/Makefile @@ -36,7 +36,7 @@ SRCS= entropy_common.c \ WARNS?= 2 INCS= zstd.h CFLAGS+= -I${ZSTDDIR}/lib -I${ZSTDDIR}/lib/common -DXXH_NAMESPACE=ZSTD_ \ - -DZSTD_MULTITHREAD=1 + -DZSTD_MULTITHREAD=1 -fvisibility=hidden LIBADD= pthread PRIVATELIB= yes |
