mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
package/zstd: drop useless check-package disable
Commit52154e5206(package/zstd: build multithreaded library if supported) added an override of a previously defined variable, so an explicit check-package exception was added in0f0e913f10(package/zstd: rework build and install). Eventually, in253a951c4f(package/zstd: fix build without threads) the variable override was removed. However, the check-package exception was left out during the rework in253a951c4f, 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>
This commit is contained in:
committed by
Julien Olivain
parent
670c978651
commit
ad25dd6159
@@ -72,7 +72,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), \
|
||||
|
||||
Reference in New Issue
Block a user