diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2022-04-08 08:09:32 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2022-04-08 08:11:25 +0000 |
| commit | 7f815d4f128f063c1bac361c8f26b52ab7df1e6c (patch) | |
| tree | ba94607eb411ce49a45feb8a06d6b1bc101816ec /lib/libarchive | |
| parent | 0c348b97eb051b22f3ee956f17c332eaacb63d59 (diff) | |
Diffstat (limited to 'lib/libarchive')
| -rw-r--r-- | lib/libarchive/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile.inc b/lib/libarchive/Makefile.inc index 6e5017d6621a..409e1972191d 100644 --- a/lib/libarchive/Makefile.inc +++ b/lib/libarchive/Makefile.inc @@ -4,7 +4,8 @@ # between structures such as archive_md5_ctx, etc. LIBADD= z bz2 lzma bsdxml zstd -CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1 +CFLAGS+= -DHAVE_BZLIB_H=1 -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 \ + -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1 -DHAVE_LIBZSTD_COMPRESSOR=1 CFLAGS+= -DPLATFORM_CONFIG_H=\"${.CURDIR}/config_freebsd.h\" .if ${MK_OPENSSL} != "no" |
