Home
last modified time | relevance | path

Searched refs:HAVE_LZMA (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A DMakefile90 HAVE_LZMA ?= $(shell printf '$(NUM_SYMBOL)include <lzma.h>\nint main(void) { return 0; }' > have_lz… macro
91 ifeq ($(HAVE_LZMA), 1)
H A DREADME.md48 It's possible to disable `.xz` and `.lzma` support, by setting `HAVE_LZMA=0`.
49 Example : `make zstd HAVE_LZMA=0`
50 It's also possible to force compilation with lzma support, using `HAVE_LZMA=1`.
/freebsd/sys/contrib/zstd/
H A DMakefile318 …$(MAKE) test CC=clang MOREFLAGS="-g -fsanitize=memory -fno-omit-frame-pointer -Werror" HAVE_LZMA=0…
321 …y -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) HAVE_LZMA=0 $*