From: George Lu Date: Mon, 4 Jun 2018 21:33:21 +0000 (-0700) Subject: Added Deprecated Dependencies X-Git-Tag: v1.3.5~3^2~29^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609d72b0ca0ba533d7aaff330b5c46e5dc709a89;p=thirdparty%2Fzstd.git Added Deprecated Dependencies --- diff --git a/lib/Makefile b/lib/Makefile index 30926a2f8..00a51fdbf 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,10 +42,12 @@ ZSTD_LIB_DICTBUILDER ?= 1 ZSTD_LIB_DEPRECATED ?= 1 ifeq ($(ZSTD_LIB_COMPRESSION), 0) ZSTD_LIB_DICTBUILDER = 0 + ZSTD_DEPRECATED = 0 endif ifeq ($(ZSTD_LIB_DECOMPRESSION), 0) ZSTD_LEGACY_SUPPORT = 0 + ZSTD_DEPRECATED = 0 endif ifneq ($(ZSTD_LIB_COMPRESSION), 0)