Browse Source

package/zstd: drop useless check-package disable

Commit 52154e52069d (package/zstd: build multithreaded library if
supported) added an override of a previously defined variable, so an
explicit check-package exception was added in 0f0e913f10ca
(package/zstd: rework build and install). Eventually, in 253a951c4fe7
(package/zstd: fix build without threads) the variable override was
removed.

However, the check-package exception was left out during the rework in
253a951c4fe7, so it now excludes nothing.

Drop this exception now.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit ad25dd6159217e6c9eb77f827fe2824a210a6c38)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 5 months ago
parent
commit
a102446634
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/zstd/zstd.mk

+ 1 - 1
package/zstd/zstd.mk

@@ -69,7 +69,7 @@ else
 ZSTD_OPTS += HAVE_THREAD=0
 ZSTD_BUILD_LIBS_THREAD_SUFFIX = -nomt
 endif
-# check-package disable OverriddenVariable - override intended
+
 ZSTD_BUILD_LIBS = \
 	$(addsuffix -release, \
 		$(addsuffix $(ZSTD_BUILD_LIBS_THREAD_SUFFIX), \