]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Added Deprecated Dependencies
authorGeorge Lu <gclu@fb.com>
Mon, 4 Jun 2018 21:33:21 +0000 (14:33 -0700)
committerGeorge Lu <gclu@fb.com>
Mon, 4 Jun 2018 21:33:21 +0000 (14:33 -0700)
lib/Makefile

index 30926a2f869c613f07ed488be521e6d8a71e2198..00a51fdbf117829aa0aceb22d3b57bf029dc818b 100644 (file)
@@ -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)