From: senhuang42 Date: Mon, 19 Apr 2021 21:12:00 +0000 (-0400) Subject: Remove building of ZBUFF/deprecated folder by default X-Git-Tag: v1.5.0^2~57^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b989874969cbd90c48efd983f4b7186b2a68b04;p=thirdparty%2Fzstd.git Remove building of ZBUFF/deprecated folder by default --- diff --git a/lib/Makefile b/lib/Makefile index fc14eaf83..6a26e6c79 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -91,7 +91,7 @@ endif ZSTD_LIB_COMPRESSION ?= 1 ZSTD_LIB_DECOMPRESSION ?= 1 ZSTD_LIB_DICTBUILDER ?= 1 -ZSTD_LIB_DEPRECATED ?= 1 +ZSTD_LIB_DEPRECATED ?= 0 # Legacy support ZSTD_LEGACY_SUPPORT ?= 5