mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 13:23:39 -09:00
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> (cherry picked from commitad25dd6159) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>